Message 71379 - Python tracker
Message71379
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, christian.heimes |
| Date | 2008-08-18.21:13:48 |
| SpamBayes Score | 8.18077e-06 |
| Marked as misclassified | No |
| Message-id | <1219094032.27.0.00275483545794.issue3592@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached is a patch to add imp.get_codingspec(); a function that returns the encoding of a source file. The motivation is to remove the import of the re module in linecache to speed up interpreter startup. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-18 21:13:52 | brett.cannon | set | recipients: + brett.cannon, christian.heimes |
| 2008-08-18 21:13:52 | brett.cannon | set | messageid: <1219094032.27.0.00275483545794.issue3592@psf.upfronthosting.co.za> |
| 2008-08-18 21:13:51 | brett.cannon | link | issue3592 messages |
| 2008-08-18 21:13:50 | brett.cannon | create | |