#1807 closed defect

cleanup: HUMAN_RE regexes in uri.py are never used — at Initial Version

Reported by: davidsarah Owned by: davidsarah
Priority: minor Milestone: 1.10.1
Component: code Version: 1.9.2
Keywords: cleanup url reviewed Cc:
Launchpad Bug:

Description

From src/allmydata/uri.py:

# "human-encoded" URIs are allowed to come with a leading
# 'http://127.0.0.1:(8123|3456)/uri/' that will be ignored.
# Note that nothing in the Tahoe code currently uses the human encoding.

We should remove the dead code related to "human encoding" and instead make the normal parsing of URIs more tolerant: see #942, #884, and #885.

Change History (1)

Changed at 2012-09-15T03:38:24Z by davidsarah

src/allmydata/uri.py: Remove unused 'human encoding' methods, and associated tests. fixes #1807

Note: See TracTickets for help on using tickets.