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.
...words used fit the print desc. requirement. PyCon 5k: I am working on signing a contract for the 5K Charity Fun Run. Kurt has been sent the details for the 5K insurance needs (as well as the convention center issuance needs). Board Game Social: Working with the game store Randolph to get a board game social going April 11-13. Planned for Next Month Attendee Reg: Make sure we add the PyCon Friday Dinner options to reg ASAP. Expo Hall: Once the allocations on the expo floor are final, I will...
...word for a canned dialog), and is dependent on expert programmers for everything else. We ask a follow-up question: "What will happen if users can program their own computer?" We're looking forward to a future where every computer user will be able to "open the hood" of their computer and make improvements to the applications inside. We believe that this will eventually change the nature of software and software development tools fundamentally. We compare mass ability to read and write so...
...word-only. Also remove a DeprecationWarning. The deprecation warnings for the camelCase threading API names were removed. Issue #3110: multiprocessing fails to compiel on solaris 10 due to missing SEM_VALUE_MAX. Extension Modules Issue #3782: os.write() must not accept unicode strings. Issue #2975: When compiling several extension modules with Visual Studio 2008 from the same python interpreter, some environment variables would grow without limit. Issue #3643: Added a few more checks to _tes...
...word arguments so that dict(one=1, two=2) is the equivalent of {"one": 1, "two": 2}. Accordingly, the existing (but undocumented) 'items' keyword argument has been eliminated. This means that dict(items=someMapping) now has a different meaning than before. int() now returns a long object if the argument is outside the integer range, so int("4" * 1000), int(1e200) and int(1L<<1000) will all return long objects instead of raising an OverflowError. Assignment t...
...word arguments. Bug #902037: XML.sax.saxutils.prepare_input_source() now combines relative paths with a base path before checking os.path.isfile(). The whichdb module can now be run from the command line. Bug #1045381: time.strptime() can now infer the date using %U or %W (week of the year) when the day of the week and year are also specified. Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox Bug #1017553: fix bug in tarfile.filemode() Patch #737473: fix bug that old sou...
...words() requires that the number of entries in the keyword list equal the number of argument specifiers. This wasn't checked correctly, and PyArg_ParseTupleAndKeywords could even dump core in some bad cases. This has been repaired. As a result, PyArg_ParseTupleAndKeywords may raise RuntimeError in bad cases that previously went unchallenged. New platforms Tests Windows Mac In unix-Python on Mac OS X (and darwin) sys.platform is now "darwin", without any trailing digits. Ch...
...wordmark, the two-snakes logo, and the "PyLadies" word mark in the following jurisdictions: Argentina, Brazil, Australia (M), India (M), Belarus (M), Cameroon (M), Iran (M), Israel (M), Kenya (M), South Korea (M), Namibia (M), New Zealand (M), Philippines (M), Russia(M), Serbia (M), Singapore (M), Switzerland (M), Ukraine (M), United Kingdom (M), Canada (M), Hong Kong, Malaysia, South Africa, Taiwan, Uruguay, Venezuela, Madagascar (M), Peru, Nigeria, Turkey (M), Mexico (M), Bosnia and ...
If you didn't find what you need, try your search in the Python language documentation.