mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
merge with 3.3
This commit is contained in:
commit
c8fb047d69
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ subdirectory and all its subdirectories::
|
||||||
|
|
||||||
# Perform same compilation, excluding files in .svn directories.
|
# Perform same compilation, excluding files in .svn directories.
|
||||||
import re
|
import re
|
||||||
compileall.compile_dir('Lib/', rx=re.compile('/[.]svn'), force=True)
|
compileall.compile_dir('Lib/', rx=re.compile(r'[/\\][.]svn'), force=True)
|
||||||
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue