Re: [Python-Dev] Dates in python-dev

2009-04-24 Thread Arfrever Frehtes Taifersar Arahesis
? :-)) with the _middle_ ones changing fastest! I know it's the US standard, but Python is global. Could we have an 'international' style instead, say, year-month-day: ACTIVITY SUMMARY (2009-04-17 - 2009-04-24) +1. ISO 8601 should be mandatory. -- Arfrever Frehtes Taifersar Arahesis

Re: [Python-Dev] Oddity PEP 0 key

2009-05-02 Thread Arfrever Frehtes Taifersar Arahesis
to the REGEXP, not just the first. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

[Python-Dev] [PATCH] Respect LDFLAGS

2008-08-25 Thread Arfrever Frehtes Taifersar Arahesis
I'm attaching the patch which fixes respecting LDFLAGS when building libpython$(VERSION).so. -- Arfrever Frehtes Taifersar Arahesis Index: Makefile.pre.in === --- Makefile.pre.in (revision 66032) +++ Makefile.pre.in (working copy

Re: [Python-Dev] RELEASED Python 2.6rc1

2008-09-17 Thread Arfrever Frehtes Taifersar Arahesis
/releases/2.6/ , release date for 2.6rc1 is 20-Aug-2008. That is not right. Fixed, thanks. Release date for 2.6rc1 should be 12-Sep-2008 instead of 17-Sep-2008. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part

Re: [Python-Dev] My patches

2008-10-30 Thread Arfrever Frehtes Taifersar Arahesis
2008-10-30 16:04 A.M. Kuchling [EMAIL PROTECTED] napisał(a): On Thu, Oct 30, 2008 at 11:04:42AM +, Barry Warsaw wrote: One of the reasons why I'm very keen on us moving to a distributed version control system is to help break the logjam on core developers. True, your code will still not

[Python-Dev] 2.6.1 documentation not available for download

2008-12-20 Thread Arfrever Frehtes Taifersar Arahesis
Python 2.6.1 documentation currently isn't available for download at: http://docs.python.org/ftp/python/doc/ Additionally please include version numbers in documentation archives (e.g. python-docs-html-2.6.1.tar.bz2). -- Arfrever Frehtes Taifersar Arahesis signature.asc Description

Re: [Python-Dev] 2.6.1 documentation not available for download

2008-12-20 Thread Arfrever Frehtes Taifersar Arahesis
2008-12-20 23:46:15 Benjamin Peterson napisał(a): On Sat, Dec 20, 2008 at 4:28 PM, Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com wrote: Python 2.6.1 documentation currently isn't available for download at: http://docs.python.org/ftp/python/doc/ It is avaiable here, though

Re: [Python-Dev] I would like an svn account

2009-01-03 Thread Arfrever Frehtes Taifersar Arahesis
interpret them, though. Subversion 1.7 will probably contain 'svn patch' subcommand, which will be able to apply patches which change properties, or copy/add/delete files/directories... -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part

Re: [Python-Dev] Support the /usr/bin/python2 symlink upstream

2011-03-01 Thread Arfrever Frehtes Taifersar Arahesis
to use /usr/bin/python2 or /usr/bin/python2.X. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] PyCObject_AsVoidPtr removed from python 3.2 - is this documented?

2011-03-07 Thread Arfrever Frehtes Taifersar Arahesis
their tests with them enabled. I think everything here is as it should be. IMHO cobject.h should have been declaring deprecated functions with Py_DEPRECATED, which would cause build-time deprecation warnings. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally

Re: [Python-Dev] warn_unused_result warnings

2011-04-01 Thread Arfrever Frehtes Taifersar Arahesis
diagnostic has been added. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] urllib bug in Python 3.2.1?

2011-08-09 Thread Arfrever Frehtes Taifersar Arahesis
, or 3.2.1.1 (3.2.1p1)? I would suggest that a normal release with all changes committed on 3.2 branch be created. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ Python-Dev mailing list

Re: [Python-Dev] Third preview of 3.4.0rc2 is up

2014-02-21 Thread Arfrever Frehtes Taifersar Arahesis
a particular version, use -u/--update, or -U/--noupdate to create a clone with no working directory. ... -u --updaterev REV revision, tag or branch to check out -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part

Re: [Python-Dev] PEP 431 Time zone support improvements - Update

2012-12-29 Thread Arfrever Frehtes Taifersar Arahesis
. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman

Re: [Python-Dev] test___all__ polluting sys.modules?

2012-12-31 Thread Arfrever Frehtes Taifersar Arahesis
think this came up originally for test_site, but I don't remember for sure.) Yes, test_site. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] PEP 3003 - Python Language Moratorium

2009-11-05 Thread Arfrever Frehtes Taifersar Arahesis
is the state in which it was released as 3.1. Does moratorium allow to add support for e.g. 'from __future__ import yield_from' in Python 3.2? -- Arfrever Frehtes Taifersar Arahesis ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] 2.7/3.2 release schedule

2009-11-10 Thread Arfrever Frehtes Taifersar Arahesis
://python.org/download/releases/3.1/ [2] datetime.date(2009, 6, 27) + datetime.timedelta(18 * 30) -- Arfrever Frehtes Taifersar Arahesis ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] buildtime vs runtime in Distutils

2009-11-14 Thread Arfrever Frehtes Taifersar Arahesis
in configure.in. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] Proposing PEP 345 : Metadata for Python Software Packages 1.2

2009-12-27 Thread Arfrever Frehtes Taifersar Arahesis
. In other words, to get the meaning you desire above, the existing operators can be used: ‘Requires-Python: =3, 4’. IMHO 'Requires-Python: 3*' (or '3.*') would be better than 'Requires-Python: =3, 4'. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed

Re: [Python-Dev] PEP 594: Removing dead batteries from the standard library

2019-05-21 Thread Arfrever Frehtes Taifersar Arahesis
without PAM.) The suggested substitutes for spwd module, i.e. python-pam and simpleplam, look like they would not work on a PAM-free system. -- Arfrever Frehtes Taifersar Arahesis ___ Python-Dev mailing list Python-Dev@python.org https://mail.p

[Python-Dev] Re: Importing a submodule doesn't always set an attribute on its parent

2022-04-09 Thread Arfrever Frehtes Taifersar Arahesis
2022-04-09 04:24 UTC, Terry Reedy は書いた: > Perhaps something intentionally vague like > > "Manual deletion of entries from sys.modules may invalidate statements > above, even after re-imports." > > or > > "Manual deletion of entries from sys.modules may result in surprising > behavior, even after