[issue16851] ismethod and isfunction methods error

2013-01-08 Thread Federico Reghenzani
Changes by Federico Reghenzani federico@reghe.net: -- keywords: +patch Added file: http://bugs.python.org/file28630/inspect.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16851

[issue16851] Hint about correct ismethod and isfunction usage

2013-01-08 Thread Federico Reghenzani
Changes by Federico Reghenzani federico@reghe.net: -- nosy: +federico.reghenzani ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16851

[issue16915] mode of socket.makefile is more limited than documentation suggests

2013-01-11 Thread Federico Reghenzani
Federico Reghenzani added the comment: I think that 't' option can be added to conform with open() built-in function. The other options I don't think it's possible to use with sockets. Adding the 't' doesn't change the makefile() behavior. I added also a clarification in documentation

[issue14416] syslog missing constants

2012-03-26 Thread Federico Reghenzani
Changes by Federico Reghenzani feder...@reghe.net: -- keywords: +patch Added file: http://bugs.python.org/file25036/mywork.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14416

[issue14416] syslog missing constants

2012-03-27 Thread Federico Reghenzani
Changes by Federico Reghenzani feder...@reghe.net: -- nosy: +Federico.Reghenzani ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14416

[issue14416] syslog missing constants

2012-03-27 Thread Federico Reghenzani
Federico Reghenzani feder...@reghe.net added the comment: Done. I'm a newbie, I hope I did it right :) -- Added file: http://bugs.python.org/file25041/syslog_doc.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14416

[issue14416] syslog missing constants

2012-03-27 Thread Federico Reghenzani
Federico Reghenzani feder...@reghe.net added the comment: We can define AUTHPRIV as AUTH if it doesn't exist in that platform and insert a note in the docs. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14416

[issue14425] Improve handling of 'timeout' parameter default in urllib.urlopen

2012-03-27 Thread Federico Reghenzani
Federico Reghenzani feder...@reghe.net added the comment: I think the same change is needed in function open(url, data=None[, timeout]) of OpenerDirector. I added this other patch. -- nosy: +federico.reghenzani Added file: http://bugs.python.org/file25045/OpenDirector.patch

[issue14426] Lib/Cookie.py date format problem

2012-03-27 Thread Federico Reghenzani
Federico Reghenzani feder...@reghe.net added the comment: The same problem is present in newest version of Python. I attacched a patch for python 3. -- nosy: +federico.reghenzani versions: +Python 3.1, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file25046/cookie_3.py

[issue14473] Regex Howto error

2012-04-02 Thread Federico Reghenzani
New submission from Federico Reghenzani feder...@reghe.net: There's an error in Regex Howto, when explain the operator '?', I attached the patch. -- assignee: docs@python components: Documentation files: regex_doc.diff keywords: patch messages: 157348 nosy: docs@python