Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...input source is updated. Bug #931848: Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Bug #938076: Consider output encoding in XMLGenerator. Bug #936637: Properly delegate startElementNS in saxutils.XMLFilterBase. Bug #944082: Empty passwords in urllib2 are now supported. Bug #926075: Fixed a bug that returns a wrong pattern object for a string or unicode object in sre.compile() when a different type pattern with the same value exists. Bug #924361: Properly support normalization of e...
...input files to more easily consumed formats such as HTML and PDF. The video announcing Georg's award at OSCON 2011 is available on YouTube. Georg is a PhD student of Physics. He works at the Munich research reactor slash neutron source on magnetism, researching novel materials for the computing of tomorrow. He uses Python to control experiments consisting of dozens of individual devices, and for teaching other scientists how to do so efficiently. When he is not working on Python-related projects...
...input you need?" M. A. Lemburg: "We are having problems getting the leads to submit usable content, but I don't think anyone can really help with that. We'll be in touch once we have the sponsoring page with payment options set up." S. Holden: "Okay. There is a Brazilian media company that has replaced a large amount of its infrastructure with Python, can give you a contact if you need one." M. A. Lemburg: "Yes, please. We could use some more media related success s...
...input on an issue, and for documenting the design decisions that have gone into Python. The PEP author is responsible for building consensus within the community and documenting dissenting opinions. The PEPs are available here. Augmented Assignment This must have been the most-requested feature of the past years! Eleven new assignment operators were added: += -= *= /= %= **= <<= >>= &= ^= |= For example, A += B is similar to A = ...
...input deletes backups without warnin [ #420343 ] SystemError from tuple() builtin [ #420399 ] wrong HTML ("trademark" symbols?) [ #421999 ] wrong priority doc for ** vs unary - [ #422108 ] Error in rich comparisons [ #422121 ] Insecurities in dict comparison [ #422702 ] dbhash.open default [ #423087 ] A small typo in weakref documentation [ #423429 ] very minor nit in library ref [ #424776 ] SMTP Example does not work [ #424951 ] ThreadingTCPServer file handle errors. [ #425320 ] Typo ...
...input/output semantics are maintained. In reality, it is currently very difficult to write classes and components that are independent of the rest of the system. We will also be exploring new concepts such as Aspect Oriented Programming [AOP], a new way of modularizing software based on cross-cutting concerns. Perhaps some combination of these, or new modularizing techniques will prove effective, for example, by organizing each function as an aspect of a component. Community Building Be...
If you didn't find what you need, try your search in the Python language documentation.