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 ethan.furman
Recipients Arfrever, eric.smith, ethan.furman, gvanrossum, larry, mark.dickinson, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2014-01-05.18:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388945713.27.0.33883757707.issue19995@psf.upfronthosting.co.za>
In-reply-to
Content
I'll switch it to a deprecation warning instead sometime this week.

The changes to datamodel.rst and tarfile.py should stay, I think.

test_format and test_unicode will both verify current* behavior and check for the deprecation warning, and unicodeobject.c will generate the warning but keep current behavior.

Once 3.5 is tagged I'll put the updates to these three files there.


* By 'current' I mean accepting non-ints.
History
Date User Action Args
2014-01-05 18:15:13ethan.furmansetrecipients: + ethan.furman, gvanrossum, rhettinger, terry.reedy, mark.dickinson, pitrou, vstinner, larry, eric.smith, Arfrever, r.david.murray, skrah, python-dev, serhiy.storchaka
2014-01-05 18:15:13ethan.furmansetmessageid: <1388945713.27.0.33883757707.issue19995@psf.upfronthosting.co.za>
2014-01-05 18:15:13ethan.furmanlinkissue19995 messages
2014-01-05 18:15:13ethan.furmancreate