diff -r 770b404b8b54 Doc/library/re.rst --- a/Doc/library/re.rst Sun Oct 12 20:36:03 2014 +0300 +++ b/Doc/library/re.rst Mon Oct 13 21:50:15 2014 +0545 @@ -44,6 +44,9 @@ Book on regular expressions by Jeffrey Friedl, published by O'Reilly. The second edition of the book no longer covers Python at all, but the first edition covered writing good regular expression patterns in great detail. + regex + Alternative regular expression module that is currently more bugfree and intended to replace re. + https://pypi.python.org/pypi/regex .. _re-syntax: