mirror of
https://github.com/python/cpython.git
synced 2026-01-28 18:22:17 +00:00
Note change to get_dialect semantics in 2.5.
This commit is contained in:
parent
1dcb9c93fd
commit
ca74140051
1 changed files with 5 additions and 0 deletions
|
|
@ -126,6 +126,11 @@ name.
|
|||
\begin{funcdesc}{get_dialect}{name}
|
||||
Return the dialect associated with \var{name}. An \exception{Error} is
|
||||
raised if \var{name} is not a registered dialect name.
|
||||
|
||||
\versionchanged[
|
||||
This function now returns an immutable \class{Dialect}. Previously an
|
||||
instance of the requested dialect was returned. Users could modify the
|
||||
underlying class, changing the behavior of active readers and writers.]{2.5}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{list_dialects}{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue