PyPy
PyPy Configuration[objspace.usemodules.recparser]
modified Feb 15, 2007 by Carl Friedrich Bolz

objspace.usemodules.recparser

back to parent

Basic Option Information

  • name: recparser
  • description: use module recparser
  • command-line: --withmod-recparser
  • command-line for negation: --withoutmod-recparser
  • option type: boolean option
  • default: True

Description

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.