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.
...round: candidates...', for seq in nonemptyseqs: # find merge candidates among seq heads cand = seq[0]; print ' ',cand, nothead=[s for s in nonemptyseqs if cand in s[1:]] if nothead: cand=None #reject candidate else: break if not cand: raise "Inconsistent hierarchy" res.append(cand) for seq in nonemptyseqs: # remove cand if seq[0] == cand: del seq[0] def mro(C): "Compute the class precedence list (mro) a...
...round the time of the next Board elections after PyCon 2012. For tabled activities, D. Hellmann said: PyCon video equipment loan/rental program post There was some discussion of offering the PyCon video equipment to PUGs for their meetings, but the mechanism to do it isn't in place, yet. 5.2 Honorary Associate Membership WebPages/Links P. Campbell, Honorary Associate Membership (HAM) WebPages Start-up Project, reported on the current issues or blockages the project may...
...round: #f3f5f6; } table thead tr { background: #297bb9; } table thead th { color: transparent; font-weight: 700; text-transform: uppercase; font-style: normal; padding: 7px 10px; text-align: left; background-color: #297bb9; } table thead th:first-child { color: #fff; } table td { padding: 7px 10px; font-style: italic; } table tbody tr:nth-child(even) { background: #eef1f3; } table tbody td { padding: 6px 8px; } table tfoot tr { background: #...
...round. Attendee Registration: The current overview of registration is good. Early Bird Rate is over. If we cap the reg at 2,300 (cannot seat more than that for lunch even with staggered times) we are about 65% full. With all of the sponsors that still need to register, that would put closer to 73% full. This conference will definitely sell out before it starts. We are at 1/3 of where we need to be in tutorial sales in the end. They will definitely pick up pace in the coming months. Childcare: We...
...round they will ask to be moved to the foreground before displaying. OSA Scripting support has improved a lot, and gensuitemodule.py can now be used by mere mortals. The documentation is now also more or less complete. The IDE (in a framework build) now includes introductory documentation in Apple Help Viewer format. What's New in Python 2.3 alpha 2? Release date: 19-Feb-2003 Core and builtins Negative positions returned from PEP 293 error callbacks are now treated as being relative to the...
...round the PSF and put together somewhat of a newsletter. This was previously just going to be a sprints thing, then O&E, then PyCon kicked up, so it's snowballing into everything, which is a good opportunity to cover how the first half of 2012 went for the foundation. Brian also reported on the new activities for the month. He said: Mike Driscoll wrote up two posts on our recent sponsorship of several conferences. The first covered EuroPython, PyCon AU, Kiwi PyCon, and PyCon Argentina. The ...
...round__, __ceil__, __floor__ and __trunc__, to give support for round, math.ceil, math.floor and math.trunc. The user module has been removed. The mutex module has been removed. The imputil module has been removed. os.path.walk has been removed in favor of os.walk. pdb gained the "until" command. The test.test_support module has been renamed to test.support. The threading module API was renamed to be PEP 8 compliant. The old names are still present, but will be removed in the near fut...
...round for backwards compatibility and atexit will just become the one preferred way to do it. patch #675551: Add get_history_item and replace_history_item functions to the readline module. bug #989672: pdb.doc and the help messages for the help_d and help_u methods of the pdb.Pdb class gives have been corrected. d(own) goes to a newer frame, u(p) to an older frame, not the other way around. bug #990669: os.path.realpath() will resolve symlinks before normalizing the path, as normalizing the path...
...round the world. Approved 13-0-0, April 28, 2021 RESOLVED, that the Python Software Foundation approve the minutes at https://mail.python.org/archives/list/psf-important@python.org/thread/PN4Q77CX2UGOEAPMCHADDYZ2IOBK6LLY/ as representing a true and accurate record of the March 31, 2021 meeting. Approved 7-3-0, April 28, 2021 RESOLVED, that the Python Software Foundation accepts the 2021 Budget as detailed out in this thread https://mail.python.org/archives/list/psf-important@python.org...
If you didn't find what you need, try your search in the Python language documentation.