z4r / python-rtkit

Python Api for Request Tracker's REST interface
http://z4r.github.com/python-rtkit/
Other
68 stars 44 forks source link

Vertical tabs in field values #52

Closed jenner closed 7 years ago

jenner commented 7 years ago

If a field value contains a vertical tab ("\v" or "\x0b") the parser fails and returns an empty list. This is caused by the usage of section.splitlines().