Commit 4413dba6 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.23.x'

Conflicts:
	CHANGES.rst
parents 378f85ad 3e4a4368
......@@ -45,6 +45,16 @@ Other changes
-------------
0.23.3 (2015-??-??)
===================
Bugs fixed
----------
* Incorrect C code in helper functions for PyLong conversion and string
decoding. Original patch by Nikolaus Rath.
0.23.2 (2015-09-11)
===================
......
......@@ -102,7 +102,7 @@ Properties
* The ``__get__()``, ``__set__()``, and ``__del__()`` methods are all optional.
* If they are omitted, An exception is raised when an access attempt is made.
* If they are omitted, an exception is raised on attribute access.
* Below, is a full example that defines a property which can..
......
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