[Python-bugs-list] [ python-Bugs-572169 ] Incorrect example in 4.2.6

noreply@sourceforge.net noreply@sourceforge.net
Fri, 21 Jun 2002 18:08:29 -0700


Bugs item #572169, was opened at 2002-06-21 13:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=572169&group_id=5470

Category: Documentation
Group: Python 2.2.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Eric Chamberlain (echamberlain)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Incorrect example in 4.2.6

Initial Comment:
The RE equivalent for the %x %X scanf function is 
incorrect.  The RE pattern should be
 0[xX][\dA-Fa-f]+

It is the trailing "+" that is missing.

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-06-21 21:08

Message:
Logged In: YES 
user_id=3066

Fixed in Doc/lib/libre.tex revisions 1.84 and 1.73.6.7.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=572169&group_id=5470