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 ezio.melotti
Recipients eric.araujo, eric.smith, ezio.melotti, mindauga, mmilkin, mrabarnett, rhettinger, terry.reedy
Date 2013-04-13.20:32:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365885166.62.0.44057611166.issue11957@psf.upfronthosting.co.za>
In-reply-to
Content
Can't you use *args and **kwargs and then raise a deprecation warning if count and/or flags are in args?
Even if enums are merged in, there might still be issues depending on their implementation.
History
Date User Action Args
2013-04-13 20:32:46ezio.melottisetrecipients: + ezio.melotti, rhettinger, terry.reedy, eric.smith, eric.araujo, mrabarnett, mindauga, mmilkin
2013-04-13 20:32:46ezio.melottisetmessageid: <1365885166.62.0.44057611166.issue11957@psf.upfronthosting.co.za>
2013-04-13 20:32:46ezio.melottilinkissue11957 messages
2013-04-13 20:32:46ezio.melotticreate