New submission from Diego Palharini:

Using the packet re for regular expressions I found a strange behavior with the 
following command:


re.search("[,-:]","89")

it returns that one of those chars exists into the string "89" or whatever 
number you may use.

----------
components: IDLE
messages: 251187
nosy: DPalharini
priority: normal
severity: normal
status: open
title: bug on re.search using the char ,-:
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25200>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to