Changeset 7cc9875 in trunk


Ignore:
Timestamp:
2010-07-18T05:32:50Z (15 years ago)
Author:
Zooko O'Whielacronx <zooko@…>
Branches:
master
Children:
9a4a864
Parents:
2166eef
Message:

docs: add comment clarifying #1051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/test_client.py

    r2166eef r7cc9875  
    302302        self.failUnlessReallyEqual(n.get_readonly_uri(), "ro." + unknown_ro)
    303303
     304        # Note: it isn't that we *intend* to deploy non-ASCII caps in
     305        # the future, it is that we want to make sure older Tahoe-LAFS
     306        # versions wouldn't choke on them if we were to do so. See
     307        # #1051 and wiki:NewCapDesign for details.
    304308        unknown_rw = u"lafs://from_the_future_rw_\u263A".encode('utf-8')
    305309        unknown_ro = u"lafs://readonly_from_the_future_ro_\u263A".encode('utf-8')
Note: See TracChangeset for help on using the changeset viewer.