Message95419
| Author | ncoghlan |
|---|---|
| Recipients | amaury.forgeotdarc, bpb, georg.brandl, gpolo, ncoghlan, ping |
| Date | 2009-11-18.10:35:46 |
| SpamBayes Score | 9.322967e-06 |
| Marked as misclassified | No |
| Message-id | <1258540549.41.0.49085935991.issue2029@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It turns out this problem was breaking pydoc -m completely in Python 3.x (os.popen was breaking since it couldn't find the subprocess module - see #7238). A more robust fix that retains the three lines, but modifies them to avoid deleting the standard library directory from sys.path when using '-m' has been applied to the 2.6 and 3.1 maintenance branches as well as the main development branches for 2.7 and 3.2. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-11-18 10:35:49 | ncoghlan | set | recipients: + ncoghlan, ping, georg.brandl, amaury.forgeotdarc, gpolo, bpb |
| 2009-11-18 10:35:49 | ncoghlan | set | messageid: <1258540549.41.0.49085935991.issue2029@psf.upfronthosting.co.za> |
| 2009-11-18 10:35:47 | ncoghlan | link | issue2029 messages |
| 2009-11-18 10:35:46 | ncoghlan | create | |