mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
Python 3.1:
|
|
OrderedDict
|
|
"".format() auto-numbered format specifiers
|
|
unittest: assertRaises context block (?)
|
|
importlib
|
|
(possibly) yield from
|
|
(possibly) IP address library
|
|
|
|
http://www.alanwood.net/unicode/general_punctuation.html
|
|
http://www.alanwood.net/unicode/arrows.html
|
|
http://www.alanwood.net/unicode/miscellaneous_technical.html
|
|
http://www.alanwood.net/unicode/miscellaneous_symbols.html
|
|
http://www.alanwood.net/unicode/mathematical_operators.html
|
|
http://www.alanwood.net/unicode/dingbats.html
|
|
|
|
⚠ - white warning sign (triangle with exclamation point inside)
|
|
☺ - white smiling face
|
|
☜ - white left pointing index
|
|
☞ - white right pointing index
|
|
☚ - black left pointing index
|
|
☛ - black right pointing index
|
|
☠ - skull and crossbones
|
|
☑ - ballot box with checkmark
|
|
⚐ - white flag
|
|
⚑ - black flag
|
|
⍟ - APL circle star
|
|
✪ - circled white star
|
|
∴ - therefore (three dots in a triangle)
|
|
‽ - interrobang
|
|
❝ - heavy double turned left comma quotation mark ornament
|
|
❞ - heavy double turned right comma quotation mark ornament
|
|
◉ - fisheye
|
|
⍥ - APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS
|
|
※ - reference mark
|
|
|
|
http://docs.python.org/dev/library/turtle.html
|
|
http://svn.python.org/projects/python/trunk/Demo/turtle/
|