PyPy
PyPy Configuration[objspace.usemodules.recparser]

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.