Skip to content

Instantly share code, notes, and snippets.

@g-k
Created October 3, 2012 23:16
Show Gist options
  • Save g-k/3830502 to your computer and use it in GitHub Desktop.
Save g-k/3830502 to your computer and use it in GitHub Desktop.
Python 3.3 Release Notes

Python 3.3 was released recently.

  • Better property-based testing with function signatures

  • Inspect for closures and generators should make testing things that aren't classes easier

  • ChainMap should clean up template languages and could provide JS prototype styles lookups

  • Learned about the webbrowser module (it's not new, but Chrome support is):

python -m webbrowser -t "http://www.python.org"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment