This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of
https://github.com/SauZheR/wstools
main
Sorin Sbarnea
12 years ago
parent
3d6be10ebe
afb630aac3
commit
eb654c4041
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
src/wstools/XMLname.py
+ 3
- 2
src/wstools/XMLname.py
View File
@@ -85,6 +85,7 @@ def fromXMLname(string):
def fun( matchobj ):
return _fromUnicodeHex( matchobj.group(0) )
retval = sub(r'_x[0-9A-Za-z]+_', fun, retval )
retval = sub(r'_x[0-9A-Fa-f]{4}_', fun, retval )
return retval
Write
Preview
Loading…
Cancel
Save