Changes between Initial Version and Version 1 of Ticket #26731


Ignore:
Timestamp:
Jun 8, 2016, 1:23:53 PM (8 years ago)
Author:
Darren Hobbs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26731 – Description

    initial v1  
    1212
    1313
    14 def test_bad_unicode_case_names():
     14def test_bad_unicode_names():
    1515    bad_name = smart_bytes(u'£')
    1616    ow = OutputWrapper(sys.stdout)
Back to Top