This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients benjamin.peterson, georg.brandl, ned.deily
Date 2013-02-09.09:03:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360400635.24.0.00924107320182.issue17167@psf.upfronthosting.co.za>
In-reply-to
Content
The center footer in the source for the python man page, specifically the .th macro in Misc/python.man, contains an unexpanded $Date$ left over from the days of svn keyword expansions.  Since hg does not support such expansions, either the source should be edited to remove the keyword or the date should be expanded during builds.  One possibility would be to add sed edit steps to the altmaninstall makefile target and to "release.py --export".
History
Date User Action Args
2013-02-09 09:03:55ned.deilysetrecipients: + ned.deily, georg.brandl, benjamin.peterson
2013-02-09 09:03:55ned.deilysetmessageid: <1360400635.24.0.00924107320182.issue17167@psf.upfronthosting.co.za>
2013-02-09 09:03:55ned.deilylinkissue17167 messages
2013-02-09 09:03:54ned.deilycreate