This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients lemburg, mark.dickinson, pitrou
Date 2009-02-06.17:39:07
SpamBayes Score 1.4435558e-08
Marked as misclassified No
Message-id <498C75BA.6010701@egenix.com>
In-reply-to <498C74F5.1080902@egenix.com>
Content
On 2009-02-06 18:35, Marc-Andre Lemburg wrote:
> Marc-Andre Lemburg <mal@egenix.com> added the comment:
> 
> Perfect ! Thanks, Antoine. Please check it in.

Well, except for this part that sneaked in:

@@ -4,8 +4,6 @@

 """
 #
-# Note: Please keep this module compatible to Python 1.5.2.
-#
 # Tests may include features in later Python versions, but these
 # should then be embedded in try-except clauses in the configuration
 # module Setup.py.

It's ok to bump this to Python 2.3, though :-)
History
Date User Action Args
2009-02-06 17:39:08lemburgsetrecipients: + lemburg, mark.dickinson, pitrou
2009-02-06 17:39:08lemburglinkissue4704 messages
2009-02-06 17:39:07lemburgcreate