Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
3db3d38a
Commit
3db3d38a
authored
Aug 16, 2002
by
Per Cederqvist
Browse files
"make check" / Python 1.5 compatibility fixes.
parent
c752fa27
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3db3d38a
...
...
@@ -13,6 +13,8 @@
(isalpha): New function. Use it instead of "".isalpha.
(isdigit): New function. Use it instead of "".isdigit.
(isupper): New function. Use it instead of "".isupper.
(islower): New function. Use it instead of "".islower.
(isspace): New function. Use it instead of "".isspace.
(prot_a_bitstring.check_implemented): Old Python versions cannot
loop over a dictionary; add an explicit call to the .keys()
method.
...
...
Write
Preview
Supports
Markdown
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