Mercurial
>
mozilla-central
/ file revision / other-licenses/ply/ply/__init__.py@71493b05535924f61c3bb0a15887c0de1a919c36
summary
|
shortlog
|
changelog
|
pushlog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
other-licenses/ply/ply/__init__.py
author
Kristen Wright <kwright@mozilla.com>
Tue, 14 Apr 2020 17:17:38 +0000
changeset 523985
71493b05535924f61c3bb0a15887c0de1a919c36
parent 17092
cf6c811e127249ad399fe332627e24ed78aec1b4
permissions
-rw-r--r--
Bug 1621359
- Update ply to ply 3.10 r=firefox-build-system-reviewers,rstewart This is the most recent version of ply to still support python 3.5. Differential Revision:
https://phabricator.services.mozilla.com/D70720
# PLY package
# Author: David Beazley (dave@dabeaz.com)
__version__
=
'3.9'
__all__
=
[
'lex'
,
'yacc'
]