Marc-Andre Lemburg <[email protected]> added the comment: On 2009-02-05 14:23, Thomas Heller wrote: > Thomas Heller <[email protected]> added the comment: > >> The distutils version number is now updated automatically by the Python >> release process, so the comment in that file can be removed. > > How does this mechanism work? I'm wondering if I should use a similar > mechanism for the ctypes version number...
This is done by Barry's release.py script: http://svn.python.org/view/sandbox/trunk/release/release.py in bump(). _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue1835> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
