CIA.vc
tormen
Real-time open source activity stats
Stats » Authors » tormen
informationsyndicateUTC clock
12:10 on Mar 19, 2010
event counters
The last message was received 0.96 weeks ago at 18:56 on Mar 12, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 6 messages last week
6 messages so far this month, 2 messages last month
8 messages since the first one, 1.29 months ago, for an average of 4.84 days between messages
recent messages
dateReversed sort columnprojectcontentlink
18:56 on Mar 12Python
Commit by tormen on roundup :: #5099/subprocess.POpen.__del__() AttributeError (os module == None!): (link)
I ran into the same problem today :(
 The patch resolved it :)

 BUT:
 Could anyone comment on when this patch will or will not live?!

 ...
 As ...
#
16:55 on Mar 11Python
Commit by tormen on roundup :: #8112/xmlrpc.server: ServerHTMLDoc.docroutine uses (since 3.0) deprecated function "inspect.getargspec()": (link)
If you want I can send you a patch.
#
16:52 on Mar 11Python
Commit by tormen on roundup :: #8112/xmlrpc.server: ServerHTMLDoc.docroutine uses (since 3.0) deprecated function "inspect.getargspec()": (link)
If you want an example:

 pydoc3.1 xmlrpc.server

 2nd usage pattern

 change "SimpleXMLRPCServer" to "DocXMLRPCServer"
 change function signat ...
#
16:47 on Mar 11Python
Commit by tormen on roundup :: #8112/xmlrpc.server: ServerHTMLDoc.docroutine uses (since 3.0) deprecated function "inspect.getargspec()": (link)
Okey ...

 Consider you have a function:
 def fn( str:str ): pass

 That you register to your DocXMLRPCServer:
 register_function of SimpleXMLRP ...
#
17:39 on Mar 10Python
Commit by tormen on roundup :: #8112/xmlrpc.server: ServerHTMLDoc.docroutine uses (since 3.0) depricated function "inspect.getargspec()": (link)
"This" refers to the summary of the bug.
#
17:37 on Mar 10Python
Commit by tormen on roundup :: #8112/xmlrpc.server: ServerHTMLDoc.docroutine uses (since 3.0) depricated function "inspect.getargspec()": (link)
[new] This throws an exception and crashes your DocXMLRPCServer when using registered python functions that use function annotations.

 Seems inc ...
#
01:31 on Feb 09Python
Commit by tormen on roundup :: #7886/reverse on an empty list returns None: (link)
Thanks for your nice feedback even though my bug report was so stupid!
#
19:03 on Feb 08Python
Commit by tormen on roundup :: #7886/reverse on an empty list returns None: (link)
[new] # python 3.1.1:

 myList = []
 for item in myList:
     print( item ) # <<< works

 for item in myList.reverse(): # <<< breaks with: TypeE ...
#