[New-bugs-announce] [issue1827] svnversion_init() doesn't support svn urls in sandbox/trunk

Christian Heimes report at bugs.python.org
Mon Jan 14 22:19:52 CET 2008


New submission from Christian Heimes:

Python fails to start if headurl points to a svn url under sandbox/.
Python/sysmodule.c:svnversion_init() should support those urls or at
least fail silently.

static const char headurl[] = "$HeadURL:
svn+ssh://pythondev@svn.python.org/sandbox/trunk/pep370/Python/sysmodule.c
$"

----------
components: Build, Interpreter Core
messages: 59920
nosy: tiran
priority: normal
severity: normal
status: open
title: svnversion_init() doesn't support svn urls in sandbox/trunk
versions: Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1827>
__________________________________


More information about the New-bugs-announce mailing list