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 collinwinter
Recipients
Date 2007-08-15.01:00:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I want to use SVK instead of SVN when developing Python on my laptop. Currently, the parsing of HEADURL in Python/sysmodule.c:svnversion_init() kills the interpreter at start-up because the HEADURL for SVK looks like /py3k/local/Python/sysmodule.c.

The attached patch causes svnversion_init() to use "unknown" for the branch name instead of raising a fatal error when it encounters a mis-formatted HEADURL.
History
Date User Action Args
2007-08-23 15:59:40adminlinkissue1774414 messages
2007-08-23 15:59:40admincreate