Comment on A green threading library with true concurrency for PythonparentComments−mirman13ywaitAll gone. Before I put it in any package managers it will get style guided. This is currently on version -1.0.0.−derleth13yversion -1.0.0.Version negative one? I don't think I've ever seen that before. Usually, the very earliest versions of software are numbered like 0.0.1 or something like that.−mirman13y- here actually negates the ordering of the numbers in the list. -1.0.0 === 0.0.1.−derleth13y- here actually negates the ordering of the numbers in the list. -1.0.0 === 0.0.1.Well, I've certainly never seen that before.−ceol13yIt should be written 0.0.1[::-1]
Comments
waitAll gone. Before I put it in any package managers it will get style guided. This is currently on version -1.0.0.
Version negative one? I don't think I've ever seen that before. Usually, the very earliest versions of software are numbered like 0.0.1 or something like that.
- here actually negates the ordering of the numbers in the list. -1.0.0 === 0.0.1.
Well, I've certainly never seen that before.
It should be written 0.0.1[::-1]