summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-17 19:25:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-17 19:25:49 (GMT)
commit4be4e657e05036d6e617b4ad636b4b2543aac355 (patch)
treec7bc094c1756bc3573ac6ef3d8000de56fa2a734 /Misc
parent1a00e1856e15447dad6d40a5b0b1b4aca6b12073 (diff)
downloadcpython-4be4e657e05036d6e617b4ad636b4b2543aac355.zip
cpython-4be4e657e05036d6e617b4ad636b4b2543aac355.tar.gz
cpython-4be4e657e05036d6e617b4ad636b4b2543aac355.tar.bz2
Add reindent target.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d4bfcd4..9439813 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -95,6 +95,9 @@ Library
Build
-----
+- The Makefile now has a reindent target, which runs reindent.py on
+ the library.
+
- Patch #1470875: Building Python with MS Free Compiler
- Patch #1161914: Add a python-config script.