From dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 24 Nov 2013 15:00:15 -0500 Subject: Drop support for Python 2.5 and Python 2.4. Fixes #41. --- pkg_resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg_resources.py') diff --git a/pkg_resources.py b/pkg_resources.py index 02976016..2c19898b 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -716,7 +716,7 @@ class Environment(object): `platform` is an optional string specifying the name of the platform that platform-specific distributions must be compatible with. If unspecified, it defaults to the current platform. `python` is an - optional string naming the desired version of Python (e.g. ``'2.4'``); + optional string naming the desired version of Python (e.g. ``'3.3'``); it defaults to the current version. You may explicitly set `platform` (and/or `python`) to ``None`` if you -- cgit v1.2.3