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 pitrou
Recipients eric.araujo, ezio.melotti, flox, pitrou, python-dev, terry.reedy, vstinner
Date 2011-12-12.13:01:26
SpamBayes Score 0.0006831261
Marked as misclassified No
Message-id <1323694887.16.0.605325109688.issue13248@psf.upfronthosting.co.za>
In-reply-to
Content
I think most of these shouldn't be removed, as it would make porting from 2.x significantly more tedious.

Things that I think can be removed:
- max_buffer_size (io is new and that argument was never used by anybody)
- get_prefix / set_prefix (the internal lib2to3 API is not documented AFAICT)
- the argparse things (argparse is new)
History
Date User Action Args
2011-12-12 13:01:27pitrousetrecipients: + pitrou, terry.reedy, vstinner, ezio.melotti, eric.araujo, flox, python-dev
2011-12-12 13:01:27pitrousetmessageid: <1323694887.16.0.605325109688.issue13248@psf.upfronthosting.co.za>
2011-12-12 13:01:26pitroulinkissue13248 messages
2011-12-12 13:01:26pitroucreate