]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/SWIG/README.txt
More Unicode fixes
[wxWidgets.git] / wxPython / SWIG / README.txt
index 1022a8994f59510fce66a7be49681bb0bd62be1a..1c6825f83fd60d65c34d745012c7f708343acf8a 100644 (file)
@@ -11,14 +11,8 @@ source tree soon.
 
 ------------------------------------------------------------------------
 
-swig.python-2.patch        Adds the ability to turn off the automatic
-                           generation of __repr__ methods on a class
-                           by class basis.  Used in wxPython for
-                           classes that have a __repr__ added in
-                           %pythoncode directives.  See SF Patch
-                           #835471.
-
 
+swig.python-docstring.patch  Adds "autodoc" and "docstring" features.