Re: [Python-Dev] [AST] Procedure for AST Branch patches

2005-03-22 Thread Brett C.
Nick Coghlan wrote: > Brett C. wrote: > >> OK, thanks to John Ehresman here at PyCon sprint I got logistix's >> patch applied. Beyond a warning that a warning that decode_unicode() >> is never called and the parser module failing to compile under Windows >> everything should be fine for compiling

Re: [Python-Dev] [AST] Procedure for AST Branch patches

2005-03-21 Thread Nick Coghlan
Brett C. wrote: OK, thanks to John Ehresman here at PyCon sprint I got logistix's patch applied. Beyond a warning that a warning that decode_unicode() is never called and the parser module failing to compile under Windows everything should be fine for compiling the AST branch. Under Linux (Suse

Re: [Python-Dev] [AST] Procedure for AST Branch patches

2005-03-21 Thread Brett C.
Grant Olson wrote: Make sure "AST" is used in the subject line; e.g., "[AST]" at the beginning. Unfortunately the AST group is only available for patches; not listed for bug reports (don't know why; can this be fixed?). Other than that, just assign it to me since I will most likely be doin

Re: [Python-Dev] [AST] Procedure for AST Branch patches

2005-03-20 Thread Brett C.
Grant Olson wrote: Make sure "AST" is used in the subject line; e.g., "[AST]" at the beginning. Unfortunately the AST group is only available for patches; not listed for bug reports (don't know why; can this be fixed?). Other than that, just assign it to me since I will most likely be doin

RE: [Python-Dev] [AST] Procedure for AST Branch patches

2005-03-20 Thread Grant Olson
> Make sure "AST" is used in the subject line; e.g., "[AST]" at > the beginning. > Unfortunately the AST group is only available for patches; > not listed for bug reports (don't know why; can this be fixed?). > > Other than that, just assign it to me since I will most > likely be doing AST

Re: [Python-Dev] [AST] Procedure for AST Branch patches

2005-03-20 Thread Tim Peters
[Brett C.] > Make sure "AST" is used in the subject line; e.g., "[AST]" at the beginning. > Unfortunately the AST group is only available for patches; not listed for bug > reports (don't know why; can this be fixed?). Your wish is my command: there's an AST group in Python's bug tracker now. FYI

Re: [Python-Dev] [AST] Procedure for AST Branch patches

2005-03-20 Thread Brett C.
Nick Coghlan wrote: What's the current situation with providing fixes for AST branch problems? Make sure "AST" is used in the subject line; e.g., "[AST]" at the beginning. Unfortunately the AST group is only available for patches; not listed for bug reports (don't know why; can this be fixed?).

[Python-Dev] [AST] Procedure for AST Branch patches

2005-03-20 Thread Nick Coghlan
What's the current situation with providing fixes for AST branch problems? There's a simple one in parsenumber in Python/ast.c relating to int/long unification and octal literals. The fix is just a direct copy of the relevant code from parsenumber in the old compile.c. Fixing it means the only f