Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: b52c68a5a3f546cbbe1589f8bb3e51bfd55a6c15 https://github.com/python/cpython/commit/b52c68a5a3f546cbbe1589f8bb3e51bfd55a6c15 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月27日 (2017年5月27日) Changed paths: M Doc/library/re.rst M Lib/sre_constants.py Log Message: ----------- [3.6] bpo-30398: Add a docstring for re.error. (GH-1647) (#1830) Also document that some attributes may be None. (cherry picked from commit 12d6b5d)