event counters The last message was received 1.93 years ago at 18:56 on Mar 12, 2010 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 8 messages since the first one, 2.01 years ago, for an average of 3.06 months between messages recent messages date | project | content | link |
|---|
| 18:56 on Mar 12, 2010 | Python | 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 11, 2010 | Python | 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 11, 2010 | Python | 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 11, 2010 | Python | 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 10, 2010 | Python | 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 10, 2010 | Python | 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 09, 2010 | Python | 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 08, 2010 | Python | 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 ... | # |
|