Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51379
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!newsfeed.freenet.ag!newsfeed.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jsf80238@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.016 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'url:pypi': 0.03; 'python3': 0.07; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; '\xc2\xa0i': 0.16; 'module': 0.19; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'looks': 0.24; 'cc:2**0': 0.24; 'certain': 0.27; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'allows': 0.31; 'linux': 0.33; 'url:python': 0.33; 'received:google.com': 0.35; 'similar': 0.36; 'url:org': 0.36; 'easily': 0.37; 'users': 0.40; 'commands': 0.60; 'more': 0.64; 'to:addr:gmail.com': 0.65 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tS19OH2J5Y27IXc+NnORp5hCkti4A32l4gaPkXmcgKM=; b=WbcAxXMq8zDLQlEZEWtMH47LXQC+i7dZOWcum9BmPgcT2dvYprq3N6N6KPOw/tmq3b p3lDfeFrmC1IDrxm3OaYmnX5+eBi/znX3E6NJNWSJepbHYK3fTqU8mxT7CfSxr3jkC7e csdfGQ+x/ZHzWSIdCdW5DZtvwV4cNkO67O7sHnUpHbdXZonD0g7cg4bkACl88e77Keqk 3RfpZwG02VW6WlcDP+q2YuLQJ4LdhKdbWOY2ltj8KnM5oQ+sjHxT3ubLGIH0AMsd8DIJ VfzNOpSFTU43DedkHJzohdRZHKkSLu4kA8MuwuUBXxTnWl0xwJWn37XhXx5F5F6Sq/vD K2lA== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.119.8 with SMTP id kq8mr488006igb.31.1374983197964; Sat, 27 Jul 2013 20:46:37 -0700 (PDT) |
| In-Reply-To | <51F1270E.6000704@Gmail.com> |
| References | <51F1270E.6000704@Gmail.com> |
| Date | Sat, 27 Jul 2013 21:46:37 -0600 |
| Subject | Re: Critic my module |
| From | Jason Friedman <jsf80238@gmail.com> |
| To | Devyn Collier Johnson <devyncjohnson@gmail.com> |
| Content-Type | multipart/alternative; boundary=089e0122e7ec1645e804e28a39b8 |
| Cc | Python Mailing List <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5187.1374983206.3114.python-list@python.org> (permalink) |
| Lines | 31 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1374983206 news.xs4all.nl 15865 [2001:888:2000:d::a6]:34548 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:51379 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
> > > I made a Python3 module that allows users to use certain Linux shell > commands from Python3 more easily than using os.system(), > subprocess.Popen(), or subprocess.getoutput(). This module (once placed > with the other modules) can be used like this > > Looks similar to https://pypi.python.org/pypi/sh.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Critic my module Jason Friedman <jsf80238@gmail.com> - 2013-07-27 21:46 -0600
csiph-web