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 christian.heimes
Recipients christian.heimes, ezio.melotti, ishimoto, ivank, loewis, pitrou
Date 2013-07-07.14:50:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373208619.81.0.907429918193.issue7686@psf.upfronthosting.co.za>
In-reply-to
Content
For Python 2.7 we can no longer do anything about it. Any chance might break 3rd party software. Python 3.x and Python 2.7's io module don't allow redundant information.

I suggest that you follow Ezio's advice and check for redundancy in your application.
History
Date User Action Args
2013-07-07 14:50:19christian.heimessetrecipients: + christian.heimes, loewis, ishimoto, pitrou, ezio.melotti, ivank
2013-07-07 14:50:19christian.heimessetmessageid: <1373208619.81.0.907429918193.issue7686@psf.upfronthosting.co.za>
2013-07-07 14:50:19christian.heimeslinkissue7686 messages
2013-07-07 14:50:19christian.heimescreate