Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-31 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 30, 2008, at 3:35 AM, Martin v. Löwis wrote: > Likewise, if you are accessing the repository over bzr+ssh, in > general, > you can just ssh to the machine, and do a regular ls. In the specific

[Python-3000] Next alphas, this Wednesday

2008-03-31 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just another heartbeat reminder that I intend to release the next alphas for Python 2.6 and 3.0 this Wednesday April 2nd, at approximately 6pm Eastern time (UTC 2200). Current status: the buildbots for both the trunk and 3.0 look relatively good

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-31 Thread
[EMAIL PROTECTED] wrote: > Benjamin> Once you've pushed the branches, is there a way to remove them? > > Related question: is there a way to view the various branches in a non-local > repository? IIUC, conceptually, no. A branch is not *in* a repository; a branch *is* a repository (*). So you

[Python-3000] PEP 3102 question

2008-03-31 Thread Alexander Belopolsky
Do I understand correctly that with PEP 3102 implemented, keyword arguments can follow vararg in function definitions, but doing the same when calling the function is still a syntax error? With the latest py3k, >>> def f(a, *args, v=None): ...pass ... >>> f(a, *args, v=None) File "", line 1

[Python-3000] refleaks

2008-03-31 Thread Neal Norwitz
The current refleaks for 3k are: test_compile leaked [10, 10, 10] references, sum=30 test_io leaked [21, 21, 21] references, sum=63 test_itertools leaked [4, 4, 4] references, sum=12 test_queue leaked [995, 996, 996] references, sum=2987 When running the refleak hunter, 4 tests failed: test_c