Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.

This commit is contained in:
Georg Brandl 2008-02-01 11:56:49 +00:00
parent f25ef50549
commit f694518331
48 changed files with 395 additions and 534 deletions

View file

@ -281,8 +281,8 @@ events in the input document:
must come from the same external entity so that the Locator provides useful
information.
*content* may be a Unicode string or a byte string; the ``expat`` reader module
produces always Unicode strings.
*content* may be a string or bytes instance; the ``expat`` reader module
always produces strings.
.. note::