~pythonregexp2.7/python/issue2636-12

Viewing all changes in revision 39026.

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-01 14:30:04 UTC
  • Revision ID: darklord@timehorse.com-20080501143004-z83l526vuuhh04bb
Got rid of isstring from sre.

Note: Modern Python uses isinstance to verify if an object is a string
type by comparison to basestring, the base class of both str and
unicode.  Thus, a separate isstring method is not warranted.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: