Message 149297 - Python tracker
Message149297
| 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:27 | pitrou | set | recipients: + pitrou, terry.reedy, vstinner, ezio.melotti, eric.araujo, flox, python-dev |
| 2011-12-12 13:01:27 | pitrou | set | messageid: <1323694887.16.0.605325109688.issue13248@psf.upfronthosting.co.za> |
| 2011-12-12 13:01:26 | pitrou | link | issue13248 messages |
| 2011-12-12 13:01:26 | pitrou | create | |