Skip to content

python3 transition

ticoann edited this page Mar 13, 2015 · 18 revisions
  • has_key will be deprecated: change to following
args.has_key(a) -> a in args
Clone this wiki locally