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 mmilkin
Recipients eric.araujo, eric.smith, ezio.melotti, mindauga, mmilkin, mrabarnett, rhettinger, terry.reedy
Date 2013-04-13.20:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365884641.04.0.736961150975.issue11957@psf.upfronthosting.co.za>
In-reply-to
Content
There is no sane way to issue a warning without changing the signature and we don't want to change the signature without issuing a deprecation warning for the function, so sadly option 3 is the only way for this to work, (Im going to not touch this till ENUMS are merged in.)
History
Date User Action Args
2013-04-13 20:24:01mmilkinsetrecipients: + mmilkin, rhettinger, terry.reedy, eric.smith, ezio.melotti, eric.araujo, mrabarnett, mindauga
2013-04-13 20:24:01mmilkinsetmessageid: <1365884641.04.0.736961150975.issue11957@psf.upfronthosting.co.za>
2013-04-13 20:24:01mmilkinlinkissue11957 messages
2013-04-13 20:24:00mmilkincreate