Message 308313 - Python tracker
Message308313
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, ncoghlan, steve.dower, vstinner |
| Date | 2017-12-14.16:23:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513268610.24.0.213398074469.issue32324@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
See also https://github.com/python/cpython/pull/4868 : I propose a change to factorize the code, but the side effect is that sys.path is now modified before "import readline" (when using the -i option, like "python3 -i directory"). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-14 16:23:30 | vstinner | set | recipients: + vstinner, brett.cannon, ncoghlan, steve.dower |
| 2017-12-14 16:23:30 | vstinner | set | messageid: <1513268610.24.0.213398074469.issue32324@psf.upfronthosting.co.za> |
| 2017-12-14 16:23:30 | vstinner | link | issue32324 messages |
| 2017-12-14 16:23:30 | vstinner | create | |