Michael Hudson added the comment:
To be clear, I have no idea why the patch for issue 960406 removed the continue
from my_fgets. It may have been simply a mistake.
--
___
Python tracker
<http://bugs.python.org/issue11
Michael Hudson added the comment:
I think it makes sense to close this; if problems remain they should be
reported in more targeted tickets.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue1
Michael Hudson added the comment:
Well, I can think of some counters to that -- surely it's _more_ confusing if
slots only works some of the time? -- but realistically I'm not going to work
on this any further.
--
___
Python trac
Michael Hudson added the comment:
A higher resolution timer would also help, of course.
(Thanks to James Knight for the prod).
--
___
Python tracker
<http://bugs.python.org/issue6
New submission from Michael Hudson :
If you call email.utils.make_msgid a number of times within the same
second, the uniqueness of the results depends on random.randint(10)
returning different values each time.
A little mathematics proves that you don't have to call make_msgid
*that*
Michael Hudson <[EMAIL PROTECTED]> added the comment:
Another 3 and a bit years on I still think my comment
http://bugs.python.org/msg14169 is the crux of the issue. It's even
relevant to your class object(object): pass hack!
I'm not at all likely to work on this any