Edgewall Software

Opened 17 years ago

Closed 15 years ago

#142 closed defect (fixed)

compiler package deprecation

Reported by: cmlenz Owned by: cmlenz
Priority: major Milestone: 0.6
Component: Expression evaluation Version: 0.5.1
Keywords: Cc:

Description

According to PEP 361, the compiler package that Genshi uses to transform template expressions is going to be deprecated in Python 2.6. Need to investigate whether the new AST introduced in Python 2.5 can be used instead, while keeping the compiler-based code for older Python versions.

Change History (2)

comment:1 Changed 16 years ago by cmlenz

  • Milestone set to 0.6

comment:2 Changed 15 years ago by cmlenz

  • Resolution set to fixed
  • Status changed from new to closed
  • Version set to 0.5.1

This work was done as part of the GSoC 2008 project in branches/experimental/soc2008-ast@975, and was merged back into trunk in [988].

Note: See TracTickets for help on using tickets.