We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Differences (markdown)
Builtin struct was renamed to ustruct
importing ticket was closed
Simplified descriptors are now implemented
builtins module implemented
Update for current state of affairs.
Add ticket for lack of "builtins" module.
Mention descriptors (with subjective comments).
We were able to enable unicode w/o buffered streams.
print() now prints to Python streams, but sys.stdout still cannot be directly overriden.
Articles usage.
Bitwise operations on long ints are only partially implemented
3-argument slicing is only partially implemented.
No longer crashing on printing recursive data structures.
Kwargs and kw-only args are fully ok.
"" % {} supported
Update Unicode status.
Back to "reference" wording.
Note down the state of Unicode support, and minorly clarify terminology in top paragraph
Point about __new__
Subset of slice assignment is supported.
Update on string formatting
Subclassing builtin types is largely implemented.
Add by-design differences of functionality and introspection support.
Add by-design difference of object model
fix typos
minor cleanup, add links
More known issues
re is kinda available for unix