This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Anthony Sottile, dom1310df, ezio.melotti, gvanrossum, malin, mrabarnett, serhiy.storchaka, vstinner
Date 2022-04-02.21:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648936155.87.0.708021600016.issue47152@roundup.psfhosted.org>
In-reply-to
Content
Old python-dev discussions on re.Scanner from 2000 to 2004:

* "[Python-Dev] A standard lexer?" (July 2000)
  https://mail.python.org/archives/list/python-dev@python.org/message/MQ4OMCVIVRJWNGHYGI3OUVZQPN5NNNAU/
  thread: https://mail.python.org/archives/list/python-dev@python.org/thread/DLMYLYW3QRAAIZDEL3VA7M3TTUWMSPPB/#MQ4OMCVIVRJWNGHYGI3OUVZQPN5NNNAU

* "Scanner" (May 2001)
  https://mail.python.org/archives/list/python-dev@python.org/thread/7FGWHTFA2JT23TMVQXLGZLSKG7EGM44Q/#SVQBSSDWPYVHPRS363RWXWGKJTSEYQDP

* "iterator support for SRE?" (Oct 2001):
  https://mail.python.org/archives/list/python-dev@python.org/thread/IPJJX6MEW4ATOWHSRKLITL4CAZXDEJ5I/#IPJJX6MEW4ATOWHSRKLITL4CAZXDEJ5I

* "should sre.Scanner be exposed through re and documented?" (April 2003)
  https://mail.python.org/archives/list/python-dev@python.org/thread/BHVWYZVMDUJZIJMSSBAAXEH3JI7MTOIJ/#DDFDBY4D6OITPWO26Q5XPBFU7A5X6LXN

* "pre-PEP: Complete, Structured Regular Expression Group Matching" (Aug 2004)
  https://mail.python.org/archives/list/python-dev@python.org/thread/5M4YIZ2UFZF5AEWT3CGG74ZHERC6JV3B/#SNURCRGEYANPQVVQFZTY3LTXE2TFEKEP
  Search for "sre.Scanner".

  See also: "Using Regular Expressions for Lexical Analysis" (Feb 2002) by Fredrik Lundh
  https://web.archive.org/web/20200220172033/http://effbot.org/zone/xml-scanner.htm
History
Date User Action Args
2022-04-02 21:49:15vstinnersetrecipients: + vstinner, gvanrossum, ezio.melotti, mrabarnett, serhiy.storchaka, malin, Anthony Sottile, dom1310df
2022-04-02 21:49:15vstinnersetmessageid: <1648936155.87.0.708021600016.issue47152@roundup.psfhosted.org>
2022-04-02 21:49:15vstinnerlinkissue47152 messages
2022-04-02 21:49:15vstinnercreate