[issue4400] pypirc default is not at the right format

2008-12-29 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue4400] pypirc default is not at the right format

2008-12-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: On Mon, Dec 29, 2008 at 3:51 PM, Martin v. Löwis wrote: > > Martin v. Löwis added the comment: > > Assigning to Benjamin, since he merged the change to 3k. > > For the record, the revisions are these: r67926, r67944, r67948 And now r68031. ___

[issue4400] pypirc default is not at the right format

2008-12-29 Thread Martin v. Löwis
Martin v. Löwis added the comment: Assigning to Benjamin, since he merged the change to 3k. For the record, the revisions are these: r67926, r67944, r67948 -- assignee: tarek -> benjamin.peterson nosy: +benjamin.peterson, loewis priority: -> release blocker __

[issue4400] pypirc default is not at the right format

2008-12-29 Thread Tarek Ziadé
Tarek Ziadé added the comment: I am not sure what is the best way to merge it from 3k branch to release30-maint since the original change was done with an automatic merge from trunk to 3k branch with several other changes, then a slight fix so the 2.x code works under 3.x. Should I do a manual

[issue4400] pypirc default is not at the right format

2008-12-29 Thread Tarek Ziadé
Tarek Ziadé added the comment: Yes, I was waiting to merge it to release30-maint then close it. I'll do it then close it. ___ Python tracker ___ _

[issue4400] pypirc default is not at the right format

2008-12-29 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The patch was applied in trunk, release26-maint and py3k. Can this issue be closed, or do you plan to merge it into release30-maint? -- nosy: +amaury.forgeotdarc ___ Python tracker

[issue4400] pypirc default is not at the right format

2008-12-24 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek resolution: -> accepted ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue4400] pypirc default is not at the right format

2008-11-23 Thread Tarek Ziadé
New submission from Tarek Ziadé <[EMAIL PROTECTED]>: when generated the default pypirc format is wrong, this patch fixes it (could be backported in 2.6) -- components: Distutils files: fix_pypirc_default.diff keywords: patch messages: 76286 nosy: tarek severity: normal status: open title