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 jaraco
Recipients jaraco, tarek
Date 2013-07-08.17:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373304926.09.0.36228739548.issue7457@psf.upfronthosting.co.za>
In-reply-to
Content
I recently discovered this method is missing from Python 3. I started porting a project which depends on it (a tool that uploads an already-packaged package to a cheeseshop), but found the method missing on Python 3. According to the changelog, this commit landed in 2.7 and 3.2, but when I search the Mercurial repo for #7457, it seems it only landed in 2.7 (25aede62fc17). Perhaps the change was lost in the migration to Mercurial?

Since this behavior was not intentionally removed from Python 3 and has no suitable replacement (afaik), the functionality should be restored in 3.2+, as it is a regression from 2.7.
History
Date User Action Args
2013-07-08 17:35:26jaracosetrecipients: + jaraco, tarek
2013-07-08 17:35:26jaracosetmessageid: <1373304926.09.0.36228739548.issue7457@psf.upfronthosting.co.za>
2013-07-08 17:35:26jaracolinkissue7457 messages
2013-07-08 17:35:25jaracocreate