Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...exportation of this info (Diana has provided Caktus with details/code for this deliverable) and getting the info to our designer. Financial Aid: Once the Financial Aid is finalized, I will be taking over to handle to housing. I will have to match up appropriate people based on their requests and dates. After that I will send out the room pairing info and how much PyCon is covering for their hotel stay to each recipient. I will then work with CTE to make sure that they send the appropriate info t...
...exported when doing from poxixpath import *. It is also exported for ntpath, macpath, and os2emxpath. See SF bug #659228. New module tarfile from Lars Gustäbel provides a comprehensive interface to tar archive files with transparent gzip and bzip2 compression. See SF patch #651082. urlparse can now parse imap:// URLs. See SF feature request #618024. Tkinter.Canvas.scan_dragto() provides an optional parameter to support the gain value which is passed to Tk. SF bug# 602259. Fix logging.handlers....
...definition in the nearest enclosing function scope will be used. One consequence of this change is that lambda statements could reference variables in the namespaces where the lambda is defined. In some unusual cases, this change will break code. In all previous version of Python, names were resolved in exactly three namespaces -- the local namespace, the global namespace, and the builtin namespace. According to this old definition, if a function A is defined within a function B, the names bo...
...definition with a platform- specific spelling in that platform's pyconfig.h. You can also override pyport.h's default Py_IS_INFINITY definition now. C API SF patch 1044089: New function PyEval_ThreadsInitialized() returns non-zero if PyEval_InitThreads() has been called. The undocumented and unused extern int _PyThread_Started was removed. The C API calls PyInterpreterState_New() and PyThreadState_New() are two of the very few advertised as being safe to call without holding the GIL. Howe...
If you didn't find what you need, try your search in the Python language documentation.