Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #111257 > unrolled thread

Re: one command on backslash and space for review

Started byChris Angelico <rosuav@gmail.com>
First post2016-07-11 04:45 +1000
Last post2016-07-11 04:45 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: one command on backslash and space for review Chris Angelico <rosuav@gmail.com> - 2016-07-11 04:45 +1000

#111257 — Re: one command on backslash and space for review

FromChris Angelico <rosuav@gmail.com>
Date2016-07-11 04:45 +1000
SubjectRe: one command on backslash and space for review
Message-ID<mailman.174.1468176347.2295.python-list@python.org>
On Mon, Jul 11, 2016 at 4:35 AM, Ganesh Pal <ganesh1pal@gmail.com> wrote:
> 'run_parallel -za1 -s 'daemon -cf xyz; sleep 1'
>
> We have a sleep  1 that's run run as part of abovry shell command . It
> looks ok but   is there a way to use something alternative to sleep was my
> question. I guess the answer is " no" , because we are executing shell
> sleep command I think something pythonic like  time.sleep is not possible.

That would be correct.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web