Rev 16: Wrap the 'custom' list to put them in the right place. in http://bzr.arbash-meinel.com/plugins/pybloom
John Arbash Meinel
john at arbash-meinel.com
Tue Mar 27 17:33:47 BST 2007
At http://bzr.arbash-meinel.com/plugins/pybloom
------------------------------------------------------------
revno: 16
revision-id: john at arbash-meinel.com-20070327163305-7kvv5kz3osrah18s
parent: john at arbash-meinel.com-20070327155625-wgd4n7i3ckrzeyyi
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: pybloom
timestamp: Tue 2007-03-27 11:33:05 -0500
message:
Wrap the 'custom' list to put them in the right place.
modified:
pybloom.py pybloom.py-20061013005844-b3v176fajvw2xeip-1
-------------- next part --------------
=== modified file 'pybloom.py'
--- a/pybloom.py 2007-03-27 15:56:25 +0000
+++ b/pybloom.py 2007-03-27 16:33:05 +0000
@@ -184,8 +184,8 @@
# Doesn't seem possible to get 64 ASCII characters avoiding case
# insensitivity, and Windows explicitly disallowed characters
# such as "<>/\*?
- valid_chars = ('abcdefghijklmnopqrstuvwxyz01234'
- '56789 ,._-!#$%&()+;=@[]^{}~')
+ valid_chars = ('abcdefghijklmnopqrstuvwxyz012345'
+ '6789 ,._-!#$%&()+;=@[]^{}~')
raise NotImplementedError(self.custom_base_64)
More information about the bazaar-commits
mailing list