]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Note change to get_dialect semantics in 2.5.
authorSkip Montanaro <skip@pobox.com>
Sun, 4 Nov 2007 15:57:43 +0000 (15:57 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 4 Nov 2007 15:57:43 +0000 (15:57 +0000)
Doc/lib/libcsv.tex

index e965e316f37663bd3ca2a5da7cb72cb67462bea6..b566f6a97533caa6b807a723c60b91efa516718f 100644 (file)
@@ -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}{}