modified Feb 15, 2007 by Carl Friedrich Bolz
objspace.usemodules.recparser
back to parent
- name: recparser
- description: use module recparser
- command-line: --withmod-recparser
- command-line for negation: --withoutmod-recparser
- option type: boolean option
- default: True
Use the 'recparser' module.
This is PyPy implementation of the standard library 'parser' module (e.g. if
this option is enabled and you say import parser you get this module).
It is enabled by default.