]> granicus.if.org Git - python/commit
#18155: Regex-escape delimiter, in case it is a regex special char.
authorR David Murray <rdmurray@bitdance.com>
Sat, 29 Jun 2013 22:40:53 +0000 (18:40 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 29 Jun 2013 22:40:53 +0000 (18:40 -0400)
commit925a3225708c40c8cd58a7475c5a6d3bd89db01d
treed55f128b7c4b5b6757c6d2c96f5e6a62a54a4243
parente4e530e7e8fa6883e553c898ea063dae82535fd1
#18155: Regex-escape delimiter, in case it is a regex special char.

Patch by Vajrasky Kok, with slight modification to the tests by me.
Lib/csv.py
Lib/test/test_csv.py
Misc/ACKS
Misc/NEWS