Hi,
We are porting python to HP NonStop & to a large extent we have been
successful. While running the unit tests we happen to hit upon the problem
reported in issue8621(http://bugs.python.org/issue8621), i.e uuid4 sequences on
both parent & child were same . On NonStop we lack support for both
2013/11/27 guido.van.rossum :
> http://hg.python.org/cpython/rev/80e0040d910c
> changeset: 87617:80e0040d910c
> user:Guido van Rossum
> date:Wed Nov 27 14:12:48 2013 -0800
> summary:
> asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto()
> accept bytearray/
On Tue, Nov 26, 2013 at 9:30 AM, Eli Bendersky wrote:
> Hello,
>
> argparse does prefix matching as long as there are no conflicts. For
> example:
>
> argparser = argparse.ArgumentParser()
> argparser.add_argument('--sync-foo', action='store_true')
> args = argparser.parse_args()
>
> If I pass "-