one2pret / winsys

Automatically exported from code.google.com/p/winsys
Other
0 stars 0 forks source link

Doc for mailslot function #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
According to the doc the mailslot function has the following syntax :
 mailslot(mailslot[, message_size=0, timeout_ms=-1])
But in fact it seems to be :
 mailslot(mailslot[,marshalled = False, message_size=0, timeout_ms=-1])

What version of the product are you using? On what operating system?
Install on Windows seven with WinSys-0.4.zip

Original issue reported on code.google.com by Phil.Pr...@gmail.com on 29 Apr 2011 at 1:52

GoogleCodeExporter commented 9 years ago
... and in fact it's changed its signature again since that release. Thanks for 
the info; I'll try to get the docs updated and do a bugfix release since there 
are quite a few changes. That's a little-used (by me) module and the docs are 
still hand-crafted rather than autodoc-ed.

Original comment by tjgolden@gmail.com on 3 May 2011 at 8:21

GoogleCodeExporter commented 9 years ago
I've updated the docs in subversion and they're now autodoc-ed. I've also added 
a couple of examples to the cookbook with another one coming to illustrate 
combining mailslots and events.

Original comment by tjgolden@gmail.com on 10 May 2011 at 1:02