search for: 0b207a3

Displaying 1 result from an estimated 1 matches for "0b207a3".

Did you mean: 020703
2013 Jan 24
1
[PATCH] python: Inherit from 'object' base class.
...bug=698771 For an overview, see this question and the links from there: http://stackoverflow.com/questions/4015417/python-class-inherits-object --- README | 2 +- generator/python.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 28db6c5..0b207a3 100644 --- a/README +++ b/README @@ -137,7 +137,7 @@ To build language bindings: - Perl if you want to build the perl bindings (optional) -- Python if you want to build the python bindings (optional) +- Python >= 2.2 if you want to build the python bindings (optional) - Ruby, rake if you...