summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-31 15:18:55 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-31 15:18:55 (GMT)
commit3adfe9aaae214dbee36e9b1ba4753997bfe9ae05 (patch)
treef70ac325e8ec9d412ad83133a2c5f24d58c4944f /Misc/NEWS
parentce49f020638588f0d4ad3c9b5b139821372f0d4f (diff)
downloadcpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.zip
cpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.tar.gz
cpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.tar.bz2
Renamed PCBuild9 directory to PCBuild
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3854545..0d1e5db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
+- Moved PCbuild/ directory for VS 2003 to PC/VS7.1 and renamed PCBuild9/
+ directory to PCBuild/.
+
- Issue #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE
and Py_REFCNT.