Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos.buildout
Commits
c3614a83
Commit
c3614a83
authored
Jun 26, 2015
by
Reinout van Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Noting that the tests run fine on python3
parent
6f7a1ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+2
-2
No files found.
src/zc/buildout/tests.py
View file @
c3614a83
...
...
@@ -1159,7 +1159,7 @@ because of the missing target file.
def
unicode_filename_doesnt_break_hash
():
"""
Buildout's _dir_hash() used to break on non-ascii filenames.
Buildout's _dir_hash() used to break on non-ascii filenames
on python 2
.
>>> mkdir('héhé')
>>> write('héhé', 'héhé.py',
...
...
@@ -1167,7 +1167,7 @@ Buildout's _dir_hash() used to break on non-ascii filenames.
... print('Example filename from pyramid tests')
... ''')
>>> from zc.buildout.buildout import _dir_hash
>>> _dir_hash('héhé')
>>>
dont_care =
_dir_hash('héhé')
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment