mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
support building with subversion 1.7 #6094
This commit is contained in:
parent
f3bd687b2d
commit
e5afa3b24b
7 changed files with 9 additions and 6 deletions
|
@ -48,5 +48,5 @@ _Py_svnversion(void)
|
|||
static const char svnversion[] = SVNVERSION;
|
||||
if (svnversion[0] != '$')
|
||||
return svnversion; /* it was interpolated, or passed on command line */
|
||||
return "exported";
|
||||
return "Unversioned directory";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue