diff options
author | Christian Heimes <christian@cheimes.de> | 2013-09-29 17:05:23 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-09-29 17:05:23 (GMT) |
commit | cb1915a17c88b675a89dbfc4c4fdc332a121b584 (patch) | |
tree | de323bc1e744a52bdd1f7a0e4f933bcbcfea045c /Misc | |
parent | 085ab4a553e1ff3f32a091850bd8acb02eee63ec (diff) | |
parent | 9c99cc092eb150566ec0d3cb487ad6c72f6c3562 (diff) | |
download | cpython-cb1915a17c88b675a89dbfc4c4fdc332a121b584.zip cpython-cb1915a17c88b675a89dbfc4c4fdc332a121b584.tar.gz cpython-cb1915a17c88b675a89dbfc4c4fdc332a121b584.tar.bz2 |
Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,8 @@ Documentation Build ----- +- Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010. + - Issue #18596: Support the use of address sanity checking in recent versions of clang and GCC by appropriately marking known false alarms in the small object allocator. Patch contributed by Dhiru Kholia. |