[issue14519] In re's examples the example with scanf() contains wrong analog for %x, %X specifiers

py.user report at bugs.python.org
Sat Apr 7 02:19:56 CEST 2012


New submission from py.user <bugzilla-mail-box at yandex.ru>:

http://docs.python.org/py3k/library/re.html#simulating-scanf

0[xX][\dA-Fa-f]+   ->   (0[xX])?[\dA-Fa-f]+

----------
assignee: docs at python
components: Documentation, Regular Expressions
messages: 157711
nosy: docs at python, ezio.melotti, mrabarnett, py.user
priority: normal
severity: normal
status: open
title: In re's examples the example with scanf() contains wrong analog for %x, %X specifiers
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14519>
_______________________________________


More information about the Python-bugs-list mailing list