Tim M

Results 4 issues of Tim M

It is possible to use a triple quoted string and avoid '+'ing all of the strings together. This is a style issue, my feelings won't be hurt if folks don't...

Rather than using "subprocess" to check the ownership, use the built-in library calls. Makes it a little shorter, and I changed some of the variable names to (hopefully) make them...

Based on suggestion from #8, I added a small unix-only configuration tweak. As far as I can tell @Gliese852's suggestion was pretty much fine as is. Thanks for the suggestion!

It seemed like setting the structure members to zero individually after a memset to zero was redundant? Also, I thought that `sizeof(stream_t)` was more clear than `sizeof(*st)`.