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 bob.ippolito
Recipients amaury.forgeotdarc, bob.ippolito, georg.brandl, loewis, pitrou
Date 2009-02-16.16:51:56
SpamBayes Score 6.5374467e-10
Marked as misclassified No
Message-id <1234803177.99.0.72231628285.issue4136@psf.upfronthosting.co.za>
In-reply-to
Content
Old-style relative imports and the way that it does join are there because 
it's Python 2.4 compatible code that I'm porting. I'll add those to the 
list of things that need to be changed when backporting, implement cyclic 
GC on the types, and I'll take a look at lines > 80 chars and fix any that 
occur in Python code (though for some of the tests it may be a bit more 
effort than its worth).

It will probably take another week or two for me to implement those things 
and then do another backport.
History
Date User Action Args
2009-02-16 16:52:58bob.ippolitosetrecipients: + bob.ippolito, loewis, georg.brandl, amaury.forgeotdarc, pitrou
2009-02-16 16:52:57bob.ippolitosetmessageid: <1234803177.99.0.72231628285.issue4136@psf.upfronthosting.co.za>
2009-02-16 16:51:57bob.ippolitolinkissue4136 messages
2009-02-16 16:51:57bob.ippolitocreate