From 5d37af5e24f58dc860b09d01e1c7e7a47afb46df Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Feb 2013 17:44:33 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/polish/container.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/ebooks/oeb/polish/container.py b/src/calibre/ebooks/oeb/polish/container.py index 08fae838c1..c9cf3778c1 100644 --- a/src/calibre/ebooks/oeb/polish/container.py +++ b/src/calibre/ebooks/oeb/polish/container.py @@ -49,6 +49,9 @@ class Container(object): directory. They always contain POSIX separators and are unquoted. They can be thought of as canonical identifiers for files in the book. Most methods on the container object work with names. + + When converting between hrefs and names use the methods provided by this + class, they assume all hrefs are quoted. ''' book_type = 'oeb'