[issue5719] optparse: please provide a usage example in the module docstring

2009-04-12 Thread Georg Brandl
Georg Brandl added the comment: Added in r71540. Thanks for the suggestion! -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5703] inside *currentmodule* some links is disabled

2009-04-13 Thread Georg Brandl
Georg Brandl added the comment: If you want that level of control, it may be better to just write :meth:`Message.add_header() `. -- ___ Python tracker <http://bugs.python.org/issue5

[issue5741] SafeConfigParser incorrectly detects lone percent signs

2009-04-13 Thread Georg Brandl
Georg Brandl added the comment: You're right, of course. Fixed in r71564. -- ___ Python tracker <http://bugs.python.org/issue5741> ___ ___ Python-bugs-list m

[issue5745] email document update (more links)

2009-04-13 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed in r71572. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue3440] Starting any program as a subprocess fails when subprocess.Popen has env argument

2009-04-13 Thread Georg Brandl
Georg Brandl added the comment: Looks good to me. -- ___ Python tracker <http://bugs.python.org/issue3440> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5771] SA bugs with unittest...@r71263

2009-04-16 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> michael.foord ___ Python tracker <http://bugs.python.org/issue5771> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5778] sys.version format differs between MSC and GCC

2009-04-17 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> loewis nosy: +loewis ___ Python tracker <http://bugs.python.org/issue5778> ___ ___ Python-bugs-list mailing list Un

[issue5777] unable to search in python V3 documentation

2009-04-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report, searching for dotted identifiers is implemented now in the trunk version of Sphinx. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5760] __getitem__ error message hard to understand

2009-04-18 Thread Georg Brandl
Georg Brandl added the comment: I concur. I changed "unsubscriptable" to "not subscriptable" in r71696. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <htt

[issue5786] len(reversed([1,2,3])) does not work anymore in 2.6.2

2009-04-18 Thread Georg Brandl
Georg Brandl added the comment: Raymond, this was your change in r67478 (backported to trunk in r67498). -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue5

[issue5788] datetime.timedelta is inconvenient to use...

2009-04-18 Thread Georg Brandl
Georg Brandl added the comment: Please include a proper description of your problem, and a patch description when you post a patch. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue5

[issue5788] datetime.timedelta is inconvenient to use...

2009-04-18 Thread Georg Brandl
Georg Brandl added the comment: I saw the patch description as well, but usually you put that description, and perhaps a motivation as well, in the comment. That way it's easier for people to directly see what an issue is about. -- ___ P

[issue5757] Documentation error for Condition.notify()

2009-04-21 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r71786. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5751] Typo in documentation of print function parameters

2009-04-21 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r71787. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5820] Very small bug in documentation of json.load()

2009-04-23 Thread Georg Brandl
Georg Brandl added the comment: It's all right! Thanks for the patch, committed in r71814. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python

[issue5813] Pointer into language reference from __future__ module documentation

2009-04-23 Thread Georg Brandl
Georg Brandl added the comment: I added a "seealso" in r71816. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.p

[issue5826] new unittest function listed as assertIsNotNot() instead of assertIsNotNone()

2009-04-24 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> michael.foord nosy: +michael.foord ___ Python tracker <http://bugs.python.org/issue5826> ___ ___ Python-

[issue3320] various doc typos

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Committed in r71901. -- ___ Python tracker <http://bugs.python.org/issue3320> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5834] The word "error" used instead of "failure"

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r71902. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4013] Python 2.6 Doc/tools folder bigger than in 2.6rc2

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: The distribution of these directories wasn't intentional, and they're not distributed any more in e.g. 2.6.2, so this is already fixed. -- resolution: -> out of date status: open -> closed ___ Pytho

[issue5840] "Thread State and the Global Interpreter Lock" section of the docs doesn't cover TLS APIs

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Looks good. -- ___ Python tracker <http://bugs.python.org/issue5840> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4385] Py_Object_HEAD_INIT in Py3k

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Isn't listing the expansion literally a bit fragile? -- ___ Python tracker <http://bugs.python.org/issue4385> ___ ___ Pytho

[issue4239] Email example should use SMTP.quit() rather than SMTP.close()

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: I'm guessing there is no difference in functionality in 2.6 or 3.x. -- ___ Python tracker <http://bugs.python.org/i

[issue2572] 3.0 pickle docs -- what about old-style classes?

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Sounds like this is the best that we without intimate pickle knowledge can do :) -- ___ Python tracker <http://bugs.python.org/issue2

[issue2127] sqlite3 docs should mention utf8 requirement

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Looks like that's the case. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python

[issue5821] Documentation: mention 'close' and iteration for tarfile.TarFile.extractfile()

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r71903. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4129] C/API documentation: request for documentation of change to Py_ssize_t* arguments.

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Why not use .. versionchanged? -- ___ Python tracker <http://bugs.python.org/issue4129> ___ ___ Python-bugs-list mailin

[issue5841] add py3k warnings to commands

2009-04-25 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed in r71904. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5061] Inadequate documentation of the built-in function open

2009-04-26 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file12864/unnamed ___ Python tracker <http://bugs.python.org/issue5061> ___ ___ Python-bugs-list mailin

[issue5061] Inadequate documentation of the built-in function open

2009-04-26 Thread Georg Brandl
Georg Brandl added the comment: I've now split the mode table in two tables, one describing base modes, and one the possible modifiers. See r72000. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://b

[issue5856] Minor typo in traceback example

2009-04-27 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r72007, thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue2572] 3.0 pickle docs -- what about old-style classes?

2009-04-27 Thread Georg Brandl
Georg Brandl added the comment: Okay, as the original submitter I withdraw this request. -- resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5848] Minor unittest doc patch

2009-04-27 Thread Georg Brandl
Georg Brandl added the comment: Committed as r72036. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5846] Deprecate obsolete functions in unittest

2009-04-27 Thread Georg Brandl
Georg Brandl added the comment: I guess adding a standard DeprecationWarning is fine in these cases. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue5

[issue5840] "Thread State and the Global Interpreter Lock" section of the docs doesn't cover TLS APIs

2009-04-27 Thread Georg Brandl
Georg Brandl added the comment: Committed init.rst.diff in r72037. Next step: document TLS APIs. -- ___ Python tracker <http://bugs.python.org/issue5

[issue4385] Py_Object_HEAD_INIT in Py3k

2009-04-27 Thread Georg Brandl
Georg Brandl added the comment: Actually, seeing that other macro docs do that as well, I'm okay with it. -- ___ Python tracker <http://bugs.python.org/i

[issue5866] cPickle defect with tuples and different from pickle output

2009-04-28 Thread Georg Brandl
Georg Brandl added the comment: As long as the different pickle outputs unpickle to the same objects (which they do, since they only differ in pushing objects to the memo), I can't see why this would be a bug. -- nosy: +georg.brandl resolution: -> wont fix status: open -&

[issue5850] Full example for emulating a container type

2009-04-28 Thread Georg Brandl
Georg Brandl added the comment: May I add that the given example is flawed: 1. it shares the data dictionary between all instances 2. just delegating all container interfaces to a dictionary does not really show how to customize your own container

[issue5857] Return namedtuples from tokenize token generator

2009-04-28 Thread Georg Brandl
Georg Brandl added the comment: Note that in tokenize.diff, "TokenInfo" should be in __all__ instead of "Token". I agree with Raymond on the inner tuples. -- nosy: +georg.brandl ___ Python tracker <http://bu

[issue5873] Minidom: parsestring() error

2009-04-28 Thread Georg Brandl
Georg Brandl added the comment: You'll have to name your string differently; you can't have "xml" refer to both the string and the package :) Please refer to python-list or the comp.lang.python newsgroup for further usage questions. -- nosy: +georg.brandl res

[issue1719423] Python package support not properly documented

2009-04-29 Thread Georg Brandl
Georg Brandl added the comment: This has now been done by Brett while he wrote the docs for importlib. -- resolution: remind -> fixed status: pending -> closed ___ Python tracker <http://bugs.python.org/iss

[issue1541] Bad OOB data management when using asyncore with select.poll()

2009-04-29 Thread Georg Brandl
Georg Brandl added the comment: Setting #4501 as superseder. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed superseder: -> asyncore's urgent data management and connection closed events are broken w

[issue5874] distutils.tests.test_config_cmd is locale-sensitive

2009-04-29 Thread Georg Brandl
New submission from Georg Brandl : If your locale isn't C, the preprocessor may not put "" in its output; test_search_cpp() will then fail. -- assignee: tarek components: Distutils messages: 86780 nosy: georg.brandl, tarek severity: normal sta

[issue3292] Position index limit; s.insert(i,x) not same as s[i:i]=[x]

2009-04-29 Thread Georg Brandl
Georg Brandl added the comment: > Georg, if I grab a copy from svn, edit (respecting .rst markup), and > post here, will you diff, review (and possibly further edit to taste) > and apply? If so, can I start with the current 3.1 version ('branch') or > do you prefer t

[issue5878] Regular Expression instances

2009-04-29 Thread Georg Brandl
Georg Brandl added the comment: The output is probably from the stone-aged original re module. Fixed in r72132. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5889] Extra comma in enum - fails on AIX

2009-05-01 Thread Georg Brandl
Georg Brandl added the comment: The comma isn't required, but it's good practice in Python to end lists with a comma (so that you don't forget adding it when adding new items), and this habit probably made it into C code there. Fixed in r72159. -- nosy: +georg.br

[issue5889] Extra comma in enum - fails on AIX

2009-05-01 Thread Georg Brandl
Georg Brandl added the comment: Yes, in fact it already has been merged. -- ___ Python tracker <http://bugs.python.org/issue5889> ___ ___ Python-bugs-list mailin

[issue5897] No library reference tree in chm help file

2009-05-01 Thread Georg Brandl
Georg Brandl added the comment: This is already tracked in #5764. -- resolution: -> duplicate status: open -> closed superseder: -> 2.6.2 Python Manuals CHM file seems broken ___ Python tracker <http://bugs.python.o

[issue5893] Add support to pydoc to output .rst restructured text

2009-05-01 Thread Georg Brandl
Georg Brandl added the comment: I'd like to note that what Sphinx can't do -- or better, doesn't do at the moment, is to output full reStructuredText documents when using autodoc. It directly integrates the docstrings into the doctree that will become the output. So,

[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-05-01 Thread Georg Brandl
Georg Brandl added the comment: Yes, you've probably a better understanding of what differentiates an URL and URI than me :) -- ___ Python tracker <http://bugs.python.org/i

[issue5901] missing meta-info in documentation pdf

2009-05-02 Thread Georg Brandl
Georg Brandl added the comment: I thought we already did assign these metadata items; looks like it's been messed up somehow. I'll fix this. -- ___ Python tracker <http://bugs.python.

[issue5902] Stricter codec names

2009-05-02 Thread Georg Brandl
Georg Brandl added the comment: I don't think this is a good idea. Accepting all common forms for encoding names means that you can usually give Python an encoding name from, e.g. a HTML page, or any other file or system that specifies an encoding. If we only supported, e.g., "UTF

[issue5907] repr of time.struct_time type does not eval

2009-05-02 Thread Georg Brandl
Georg Brandl added the comment: Also, the 2.5 behavior was not up to spec either: after eval() you get a simple tuple, while the object before was a time.struct_time object. (True, you can pass these tuples to the time functions, but an eval()able repr() should reproduce the object exactly

[issue1443504] locale.getpreferredencoding() dies when setlocale fails

2009-05-03 Thread Georg Brandl
Georg Brandl added the comment: Interestingly, my setlocale(3p) man page says: """ ERRORS No errors are defined. """ So isn't it debatable if returning the NULL pointer really is an error? -- nosy: +georg.brandl __

[issue5922] Multi-with patch

2009-05-04 Thread Georg Brandl
New submission from Georg Brandl : So that this doesn't get overlooked. -- assignee: georg.brandl components: Interpreter Core files: issue53094_2001.diff keywords: patch messages: 87131 nosy: georg.brandl priority: release blocker severity: normal stage: patch review status: open

[issue5919] pygettext documentation

2009-05-04 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> georg.brandl components: +Documentation nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/iss

[issue5921] PEP 362 can be marked as finished?

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: I fail to see how that relates to function signature objects... the annotation PEP is 3107, and that is marked as final. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python t

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> loewis ___ Python tracker <http://bugs.python.org/issue5923> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5902] Stricter codec names

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: So, do you also think "utf" and "latin" should stay? -- ___ Python tracker <http://bugs.python.org/issue5902> ___ __

[issue5921] PEP 362 can be marked as finished?

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: I think I know what you mean :) -- ___ Python tracker <http://bugs.python.org/issue5921> ___ ___ Python-bugs-list mailin

[issue1566260] Better order in file type descriptions

2009-05-04 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> loewis nosy: +loewis ___ Python tracker <http://bugs.python.org/issue1566260> ___ ___ Python-bugs-list mai

[issue5925] Odd formatting differences of keywords in reference

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: Pygments' cleverness is detrimental here. It highlights module, class and function names specially, therefore the identifiers after "class" and "import" are differently colored. I've made the table non-highlighted in 2 and 3,

[issue5927] Typo in library on xmlrpc

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r72290. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue5927> ___ __

[issue5928] Missing space after period in xmlrpc library documentation

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r72290. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue5928> ___ __

[issue5916] Wrong function referenced in documentation of socket.inet_aton

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r72292. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5917] Reference platform-independent alternative in socket.inet_ntop documentation

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r72292. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: Had a quick look over the patch, and couldn't find ab obvious problem (except one -- you maybe want to comment out "print(_ver)" again). Needs a docs patch, though. -- nosy: +georg.brandl ___ Python

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-04 Thread Georg Brandl
Georg Brandl added the comment: Gregor, I'll have a more thorough look and commit the patch before 3.1b1, if you promise to submit a patch to the documentation later -- that one can go in until a few days before final anyway. -- ___ Python tr

[issue5932] _json: _convertPyInt_AsSsize_t() never raise any error

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Applied in r72314. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5938] Noddy examples haven't been updated to match PEP 3123

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r72317. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5923] turtle.py update: 1.0 --> 1.1

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: OK, I committed turtle30_to_31.diff, and additionally commented the print(_ver) out and updated the version in the comment at the file's top, and committed issues5923.doc.patch in r72318. -- resolution: -> accepted status: open -

[issue1068477] linecache.py::updatecache strips directory info from files

2009-05-05 Thread Georg Brandl
Changes by Georg Brandl : -- dependencies: -linecache module returns wrong results resolution: -> duplicate status: open -> closed superseder: -> linecache module returns wrong results ___ Python tracker <http://bugs.python.org/

[issue1754483] linecache package handling

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Setting #1309567 as superseder. -- dependencies: -linecache module returns wrong results resolution: -> duplicate status: open -> closed superseder: -> linecache module returns wrong results ___ Pytho

[issue1068477] linecache.py::updatecache strips directory info from files

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Setting #1309567 as superseder. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue1068477> ___ ___ Python-bug

[issue1309567] linecache module returns wrong results

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Applied patch and added test suite in r72319. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue5142] pdb feature request: Ability to skip standard lib modules and other selected packages/modules

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Applied the patch, added documentation and committed it as r72322. Thanks! -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1356969] Tix.py class HList missing info_bbox

2009-05-05 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: loewis -> gpolo nosy: +gpolo ___ Python tracker <http://bugs.python.org/issue1356969> ___ ___ Python-bugs-list mai

[issue5933] fix gcc -Wextra warnings (compare signed/unsigned)

2009-05-05 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> marketdickinson nosy: +marketdickinson ___ Python tracker <http://bugs.python.org/issue5933> ___ ___ Python-bugs-lis

[issue5929] warnings in unicodeobject.c

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r72326. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5919] pygettext documentation

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: This depends on how the distribution installs pygettext. For example, on Gentoo it isn't installed as a command at all. Since the original name in the Python source archive is "pygettext.py", I'll not change this. -- resolution: -&

[issue5946] Fix spelling error in Capsule docs

2009-05-06 Thread Georg Brandl
Georg Brandl added the comment: Committed in r72396. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5947] Deprecate CObject

2009-05-06 Thread Georg Brandl
Georg Brandl added the comment: Applied in r72397. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5948] setlocale regression

2009-05-06 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> loewis nosy: +loewis ___ Python tracker <http://bugs.python.org/issue5948> ___ ___ Python-bugs-list mailing list Un

[issue5933] fix gcc -Wextra warnings (compare signed/unsigned)

2009-05-06 Thread Georg Brandl
Georg Brandl added the comment: Yes, that looks better. PS: Do not remove applied patches. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue5

[issue5948] setlocale regression

2009-05-06 Thread Georg Brandl
Georg Brandl added the comment: Closing as "won't fix", then. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <http://b

[issue5846] Deprecate obsolete functions in unittest

2009-05-07 Thread Georg Brandl
Georg Brandl added the comment: I'm sure Gerhard wouldn't say no to changing the sqlite3 test prefix to "test_"... -- ___ Python tracker <http://bu

[issue5955] aifc: close() does not close the underlying file

2009-05-08 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue5955> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5958] Typo in documentation of shelve.sync

2009-05-08 Thread Georg Brandl
Georg Brandl added the comment: That's not a bug -- what is documented there is a method of the Shelf classes. -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python

[issue5965] Format Specs: doc 's' and implicit conversions

2009-05-08 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> eric.smith nosy: +eric.smith ___ Python tracker <http://bugs.python.org/issue5965> ___ ___ Python-

[issue5987] Broken link to "Curses Programming with Python"

2009-05-10 Thread Georg Brandl
Georg Brandl added the comment: This is already fixed in later versions. -- resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6019] Minor typos in ctypes docs

2009-05-15 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r72661. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue6019> ___ __

[issue6017] Dict fails to notice addition and deletion of keys during iteration

2009-05-16 Thread Georg Brandl
Georg Brandl added the comment: I don't think it would be better to change the documentation to "will raise a RuntimeError or result in undefined behavior." It already tells you not to do this strongly enough. -- status: open -> closed

[issue6034] Fix object.__reversed__ doc

2009-05-16 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r72675. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6025] documentation of xml.dom.minidom.parse signature is wrong

2009-05-16 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r72676. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6009] optparse docs say 'default' keyword is deprecated but uses it in most examples

2009-05-16 Thread Georg Brandl
Georg Brandl added the comment: I agree with you, and have removed the deprecation notice in r72677. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue2856] os.listdir doc should mention that Unicode decoding can fail

2009-05-16 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r72678. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue2856> ___ __

[issue5987] Broken link to "Curses Programming with Python"

2009-05-16 Thread Georg Brandl
Georg Brandl added the comment: Yes, we're only maintaining the docs for maintained branches, and 2.5 is now in security-fix-only status. I've clarified the "reporting bugs" document in the current docs now. -- ___ P

[issue6025] documentation of xml.dom.minidom.parse signature is wrong

2009-05-16 Thread Georg Brandl
Georg Brandl added the comment: No, you shouldn't :) It will be merged automatically. -- status: open -> closed ___ Python tracker <http://bugs.python.or

[issue6017] Dict fails to notice addition and deletion of keys during iteration

2009-05-16 Thread Georg Brandl
Georg Brandl added the comment: I wouldn't call it *wrong* as much as *not the whole truth*. It is true that if just one key is added or removed, a RuntimeError will be raised. There are probably lots of places in our docs where the whole truth isn't told, but in a way that works

[issue6038] Should collections.Counter check for int?

2009-05-16 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker <http://bugs.python.org/issue6038> ___ ___ Python-bugs-list mai

<    40   41   42   43   44   45   46   47   48   49   >