full python 2.5-3.2 compatibility. but 2.5 isn't fully tested, because that's not possible

This commit is contained in:
David Halter
2012-07-13 15:34:51 +02:00
parent 4ee9faacec
commit 8b8b0f920d
4 changed files with 56 additions and 85 deletions

View File

@@ -54,8 +54,8 @@ dic2 = {'asdf': 3}
#? ['popitem']
dic2.popitem
#? ['real']
dic2['asdf'].real
#? int()
dic2['asdf']
# -----------------
# set