| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
to "sys.platform == 'mac'" and that is
dead code because it refers to a platform
that is no longer supported (and hasn't been
supported for several releases).
Fixes issue #7908 for the trunk.
|
|
|
|
|
|
|
|
| |
(with one small bugfix in bgen/bgen/scantools.py)
This replaces string module functions with string methods
for the stuff in the Tools directory. Several uses of
string.letters etc. are still remaining.
|
|
|
|
|
| |
the path to save a relative path by prefixing it with os.sep (':').
Also fix an indent inconsistency in the same function.
|
| |
|
|
|
|
|
|
|
|
|
| |
- same trick with "import wcnew; webchecker = wcnew" as above
- updated readhtml() method to handle pair representation; used
new name suppression infrastructure from wcnew.py to suppress
processing name anchors
[And untabified --GvR]
|
|
|
|
| |
create a directory and moer the original file to the index.html.
|
| |
|
|
|
|
| |
doesn't depend on the value of os.sep. (I.e. ported to Windows :-)
|
| |
|
|
|
|
|
| |
getpage(), much less duplicate code is needed -- we only need to
override readhtml().
|
|
|