id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 12792 "Configuration parsing in svn_authz module ignores user ""rem"" as a comment" Ryan J Ollos "Copied from [ticket:12649#comment:11]: ---- `ConfigParser` ignores a line started with `rem` as a comment. User named `rem` cannot be used in. {{{#!pycon >>> from trac.versioncontrol.svn_authz import parse >>> from trac.util import read_file >>> print(read_file('/tmp/svnauthz.txt')) [/path/to] foo = rw REM = rw Rem = rw rem = rw >>> parse('/tmp/svnauthz.txt', ['']) {'': {u'/path/to': {u'foo': True}}} }}}" defect new normal next-stable-1.6.x general normal