[New-bugs-announce] [issue26656] Documentation for re.compile is a bit outdated

Sworddragon report at bugs.python.org
Mon Mar 28 11:21:24 EDT 2016


New submission from Sworddragon:

The documentation for re.compile says "Compile a regular expression pattern into a regular expression object, which can be used for matching using its match() and search() methods, described below." which implies that match() and search() are the only methods for it while there are a few more. Maybe this sentence should be worded more generic or at least complete the list.

----------
assignee: docs at python
components: Documentation
messages: 262571
nosy: Sworddragon, docs at python
priority: normal
severity: normal
status: open
title: Documentation for re.compile is a bit outdated
type: behavior
versions: Python 3.5

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


More information about the New-bugs-announce mailing list