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@python
components: Documentation
messages: 262571
nosy: Sworddragon, docs@python
priority: normal
severity: normal
status: open
title: Documentation for re.compile is a bit outdated
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26656>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to