diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-11-18 22:37:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-11-18 22:37:15 (GMT) |
commit | 4f39d22d2632b9d0f3ac0a21085996e4cbcb3693 (patch) | |
tree | f0dc1650975a0c1698936ea335215992e7d0d5dd /Misc | |
parent | de60347b666a96ec3677c93576e8d97d56cf0c6e (diff) | |
download | cpython-4f39d22d2632b9d0f3ac0a21085996e4cbcb3693.zip cpython-4f39d22d2632b9d0f3ac0a21085996e4cbcb3693.tar.gz cpython-4f39d22d2632b9d0f3ac0a21085996e4cbcb3693.tar.bz2 |
fix the Makefile so it doesn't pollute sys.path
#4349 reviewed by Christian
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ What's New in Python 3.0 release candiate 3? Core and Builtins ----------------- +- Issue #4349: sys.path included a non-existent platform directory because of a + faulty Makefile. + - Issue #3327: Don't overallocate in the modules_by_index list. - Issue #1721812: Binary set operations and copy() returned the input type |