Kaydet (Commit) ca741400 authored tarafından Skip Montanaro's avatar Skip Montanaro

Note change to get_dialect semantics in 2.5.

üst 1dcb9c93
...@@ -126,6 +126,11 @@ name. ...@@ -126,6 +126,11 @@ name.
\begin{funcdesc}{get_dialect}{name} \begin{funcdesc}{get_dialect}{name}
Return the dialect associated with \var{name}. An \exception{Error} is Return the dialect associated with \var{name}. An \exception{Error} is
raised if \var{name} is not a registered dialect name. 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} \end{funcdesc}
\begin{funcdesc}{list_dialects}{} \begin{funcdesc}{list_dialects}{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment