Hacker News new | ask | show | jobs
by pekk 4695 days ago
Since this is a very new project, it is a good time to suggest that you abide by PEP8 (e.g., no 'waitAll') since this would be widely appreciated, and is not easy to fix later on.
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 -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.
> - 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]