summaryrefslogtreecommitdiff
path: root/PY3PORT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'PY3PORT.rst')
-rw-r--r--PY3PORT.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/PY3PORT.rst b/PY3PORT.rst
index 9e8c306..31bb9d8 100644
--- a/PY3PORT.rst
+++ b/PY3PORT.rst
@@ -37,8 +37,6 @@ unchanged. There are a few changes you'll notice in Python 2 though:
- The minimum supported Python 2 version is 2.6.
- All object reprs are unicodes. This change was made because it greatly
simplifies the implementation and cross-compatibility with Python 3.
- - Some values which were ints are now longs. Primarily, this affects the
- type of the `variant_level` attributes.
- Some exception strings have changed.
- `MethodCallMessage` and `SignalMessage` objects have better reprs now.