[issue12195] Little documentation of annotations

2011-08-12 Thread JJeffries
JJeffries added the comment: While I understand the reluctance to unintentionally push people along a particular path, but I think there is being open on how to use it and not mentioning it. I think that currently the current documentation is the latter and some simple examples showing the

[issue12743] C API marshalling doc contains XXX

2011-08-12 Thread JJeffries
New submission from JJeffries : The Python C API manual page for data marshaling contains the following paragraph. XXX What about error detection? It appears that reading past the end of the file will always result in a negative numeric value (where that’s relevant), but it’s not clear that

[issue12195] Little documentation of annotations

2011-05-27 Thread JJeffries
New submission from JJeffries : There are very few pages relating to annotations in the documentation. Making it very unclear how they work and what they could be used for other than the original PEP. -- assignee: docs@python components: Documentation messages: 137047 nosy: JJeffries

[issue12174] Multiprocessing logging levels unclear

2011-05-25 Thread JJeffries
Changes by JJeffries : -- keywords: +patch Added file: http://bugs.python.org/file22106/multiprocessing_logging.patch ___ Python tracker <http://bugs.python.org/issue12

[issue12174] Multiprocessing logging levels unclear

2011-05-25 Thread JJeffries
New submission from JJeffries : It is unclear without reference to the logging module where the multiprocessing logging levels fit in the normal logging provided by the logging module, even though it says above the table "The table below illustrates where theses fit in the normal

[issue12154] PyDoc Partial Functions

2011-05-24 Thread JJeffries
JJeffries added the comment: If it is changed to use inspect.getfullargspec is it still ok to use inspect.formatargspec? I cant work which values returned by getfullargspec need to go into which parameters for formatargspec. -- ___ Python tracker

[issue12154] PyDoc Partial Functions

2011-05-23 Thread JJeffries
JJeffries added the comment: Tested this on 2.7.1. currently only covers the HTMLDoc class. The TextDoc class will also need updating with the docpartialfunc method. -- keywords: +patch Added file: http://bugs.python.org/file22086/partial.patch

[issue12154] PyDoc Partial Functions

2011-05-23 Thread JJeffries
JJeffries added the comment: I have written and tested a patch based on 2.7.1 src distribution (only src I have access to at work). I will get the latest code from the repository and test against that later. -- ___ Python tracker <h

[issue12154] PyDoc Partial Functions

2011-05-23 Thread JJeffries
New submission from JJeffries : PyDoc currently does not support partial functions. It currently just outputs the following, treating it as a data member instead of a function. my_partial_function = I think that if the __doc__ it should be treated as a function and the __doc__ read

[issue10092] calendar does not restore locale properly

2010-10-17 Thread JJeffries
Changes by JJeffries : -- nosy: +JJeffries ___ Python tracker <http://bugs.python.org/issue10092> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9909] request for calendar.dayofyear() function

2010-10-17 Thread JJeffries
JJeffries added the comment: I agree, I think this would be very useful. I use a function that does this quite often. Should also be added to calendar.py's __all__. -- nosy: +JJeffries ___ Python tracker <http://bugs.python.org/i