Steven Fernandez
Steven Fernandez
The issue is a bit dated but just a note for posterity sake -- the functionality of this module is available via the official nginx [stream module](http://nginx.org/en/docs/stream/ngx_stream_core_module.html) which has been...
@sdelafond I'm happy to start working on this. However, I was wondering whether this project intents to retain python 2.x support (afaict, 2.7 is still being supported according to the...
Hi @DNSGeek , thanks for trying out pythonrc and taking the time to submit this report but it is a conscious decision to move the main version in the `master`...
@yangmillstheory Thanks for the bug report. Unfortunately, I am not sure how to address this issue. Since strictly speaking the command *is* actually separating the individual lines by spaces and...
@yangmillstheory The latest release attempts to provide a fix for this issue by adding an optional width parameter to the `-c` option. Please try it out and let me know...
Fixed by #16
Just leaving a note here to let anyone interested in this that I've created a disassociated [fork](https://github.com/lonetwin/sftpserver) of this repository which I intend to maintain.
@mccutchen having trouble coming up with examples ? Take a look at - http://www.seehuhn.de/pages/pdate - http://aboutsimon.com/2013/06/05/datetime-hell-time-zone-aware-to-unix-timestamp/ - http://www.saltycrane.com/blog/2008/11/python-datetime-time-conversions/ ( I personally, have this bookmarked)
Just a note here to say `pkg_utlts.iter_modules()` from the stdlib is also affected by this. It no longer returns the editable pacakges like it used to. Is this something that...
Hi, thanks for reporting this issue, however the sftpserver does not have any special handling for Ctrl-C. Which implies, it would be handled by the python interpreter (ie: the application...