[Python-checkins] [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542)

Miss Islington (bot) webhook-mailer at python.org
Fri Oct 26 09:27:21 EDT 2018


https://github.com/python/cpython/commit/38d7620baab96c702243cfa193377a38888ec10f
commit: 38d7620baab96c702243cfa193377a38888ec10f
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018年10月26日T06:27:15-07:00
summary:
[3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542)
(cherry picked from commit 1487b651caa62647f8f8c9e8432e475e3566130c)
Co-authored-by: Andrés Delfino <adelfino at gmail.com>
files:
M Doc/library/xml.sax.rst
diff --git a/Doc/library/xml.sax.rst b/Doc/library/xml.sax.rst
index 1a8f183a945f..254b539e74db 100644
--- a/Doc/library/xml.sax.rst
+++ b/Doc/library/xml.sax.rst
@@ -40,7 +40,7 @@ The convenience functions are:
 
 Create and return a SAX :class:`~xml.sax.xmlreader.XMLReader` object. The
 first parser found will
- be used. If *parser_list* is provided, it must be a sequence of strings which
+ be used. If *parser_list* is provided, it must be a list of strings which
 name modules that have a function named :func:`create_parser`. Modules listed
 in *parser_list* will be used before modules in the default list of parsers.
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /