diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-17 19:25:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-17 19:25:49 (GMT) |
commit | 4be4e657e05036d6e617b4ad636b4b2543aac355 (patch) | |
tree | c7bc094c1756bc3573ac6ef3d8000de56fa2a734 /Misc | |
parent | 1a00e1856e15447dad6d40a5b0b1b4aca6b12073 (diff) | |
download | cpython-4be4e657e05036d6e617b4ad636b4b2543aac355.zip cpython-4be4e657e05036d6e617b4ad636b4b2543aac355.tar.gz cpython-4be4e657e05036d6e617b4ad636b4b2543aac355.tar.bz2 |
Add reindent target.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |