Added a new form of escaping that looks less messy. "/" becomes "#" (not "%2f")
commit66291ac4009b05804d5e033095eeeb994a1b50d1
authorThomas Leonard <talex5@gmail.com>
Tue, 12 Jun 2007 18:43:01 +0000 (12 18:43 +0000)
committerThomas <Leonard>
Sun, 15 Jan 2006 10:34:05 +0000 (15 10:34 +0000)
tree4439abecdb4cd514718f8097cd407ea0bc7ebc8e
parent453b52355a829747b8d0d16490c5406342acc00a
Added a new form of escaping that looks less messy. "/" becomes "#" (not "%2f")

and ":" is left unmodified. This is currently only used for the native feeds
(since that's a public interface). In future, it may be used for internal
config and cache files too.

git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/0launch@1870 9f8c893c-44ee-0310-b757-c8ca8341c71e
tests/testmodel.py
zeroinstall/injector/model.py
zeroinstall/injector/reader.py