Message 191187 - Python tracker
Message191187
| Author | brett.cannon |
|---|---|
| Recipients | Arfrever, benjamin.peterson, brett.cannon, eric.araujo, ezio.melotti, r.david.murray, vstinner |
| Date | 2013-06-15.02:42:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1371264144.86.0.94187108132.issue17177@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Everything that is going to be kept around has been moved. That just leaves: 1. Removing all uses of imp from the stdlib 2. Document as deprecated the last few things in imp which are simply being removed (including adding a note in the docstrings) 3. Remove all function/class-level deprecation warnings and add a module-level pending deprecation one 4. Run the test suite with -W always to make sure I didn't miss anything |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-06-15 02:42:24 | brett.cannon | set | recipients: + brett.cannon, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, r.david.murray |
| 2013-06-15 02:42:24 | brett.cannon | set | messageid: <1371264144.86.0.94187108132.issue17177@psf.upfronthosting.co.za> |
| 2013-06-15 02:42:24 | brett.cannon | link | issue17177 messages |
| 2013-06-15 02:42:24 | brett.cannon | create | |