We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252b104 commit cd12affCopy full SHA for cd12aff
Python3-porting.txt
@@ -1,5 +1,15 @@
1
See cgi-bin/p4_encoder.py for some proposed changes
2
3
+John DeNero's comments on 2012-07-23
4
+'''
5
+Distinguishing whether
6
+some x is a class or not in Python 3 should be performed via:
7
+
8
+isinstance(x, type)
9
10
+I don't think any sort of hack or repr comparison is required.
11
12
13
14
Notes from Peter Wentworth about porting to Python 3
15
'''
0 commit comments