X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..3b7224dc830f33f997749bd4856a6c4312db8712:/wxPython/SWIG/README.txt diff --git a/wxPython/SWIG/README.txt b/wxPython/SWIG/README.txt index 1022a8994f..1c6825f83f 100644 --- a/wxPython/SWIG/README.txt +++ b/wxPython/SWIG/README.txt @@ -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.