We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a204a42 commit e17eb80Copy full SHA for e17eb80
2 files changed
README.rst
@@ -570,6 +570,7 @@ following advantages:
570
571
- the object's class defines ``__getattribute__`` or
572
- the object has no ``__orig_class__`` attribute and the object's class defines ``__getattr__``.
573
+
574
See `discussion at pull request 53 <https://github.com/Stewori/pytypes/pull/53>`__.
575
576
If ``default_to__class__`` is ``True`` it returns ``obj.__class__`` as final fallback.
pytypes/__init__.py
@@ -296,7 +296,7 @@
296
Default: 'typelogger_output'
297
"""
298
299
-_version = '1.0b7' # Only used as fallback for jython-standalone.jar
+_version = '1.0b8' # Only used as fallback for jython-standalone.jar
300
# Needs to be imported before touching the Python import machinery
301
try:
302
import pkg_resources
0 commit comments