Changes between Initial Version and Version 1 of Ticket #1135, comment 16


Ignore:
Timestamp:
2011-01-09T02:04:02Z (14 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1135, comment 16

    initial v1  
    44> However regarding backslash quoting behaviour: wont this break other stuff due to things such as "C:\new folder\fav_pet\targh42" being interpreted as "C:" followed by a newline, followed by "ew folder", followed by formfeed, followed by "av_pet", followed by tab and finally ending with "argh42"
    55
    6 No, because single-quote escaping doesn't give a special meaning to backslashes.
     6No, because ~~single-quote escaping~~ single-quoting doesn't give a special meaning to backslashes.
    77
    88This is described in the comment at [source:src/allmydata/util/encodingutil.py@4616#L195], but not in any end-user documentation. I've now added some in [source:docs/frontends/CLI.rst].