Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Lib/symbol.py

    r2 r388  
    88#  the python source tree after building the interpreter and run:
    99#
    10 #    python Lib/symbol.py
     10#    ./python Lib/symbol.py
    1111
    1212#--start constants--
     
    5353try_stmt = 296
    5454with_stmt = 297
    55 with_var = 298
     55with_item = 298
    5656except_clause = 299
    5757suite = 300
     
    7575atom = 318
    7676listmaker = 319
    77 testlist_gexp = 320
     77testlist_comp = 320
    7878lambdef = 321
    7979trailer = 322
     
    8383exprlist = 326
    8484testlist = 327
    85 dictmaker = 328
     85dictorsetmaker = 328
    8686classdef = 329
    8787arglist = 330
     
    9090list_for = 333
    9191list_if = 334
    92 gen_iter = 335
    93 gen_for = 336
    94 gen_if = 337
     92comp_iter = 335
     93comp_for = 336
     94comp_if = 337
    9595testlist1 = 338
    9696encoding_decl = 339
Note: See TracChangeset for help on using the changeset viewer.