| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Use C function tmpfile() for curses.getwin() and curses.putwin(), instead of mkstemp() using an hardcoded /tmp path. The tmpfile() chooses the directory for the temporary file and so is more portable (especially, it works on Android). Replace also IOError with OSError: since the PEP 3151, IOError is an alias to OSError.
Sorry, something went wrong.
The 4th argument has been changed from immediate=True to pending=False a long time ago.
The 4th argument has been changed from immediate=True to pending=False a long time ago. (cherry picked from commit 12b78b0)
The 4th argument has been changed from immediate=True to pending=False a long time ago. (cherry picked from commit 12b78b0)
If celery or redis is down, then we can't perform "sleep". Heroku's web dyno times out after 30 seconds. 😥
…ersable-docs abc: avoid abbreviations in the Traversable documentation
| Back | FazBrowse Home | New Git URL |
Use C function tmpfile() for curses.getwin() and curses.putwin(),
instead of mkstemp() using an hardcoded /tmp path. The tmpfile()
chooses the directory for the temporary file and so is more portable
(especially, it works on Android).
Replace also IOError with OSError: since the PEP 3151, IOError is an
alias to OSError.
http://bugs.python.org/issue29176