diff options
author | Guido van Rossum <guido@python.org> | 2008-08-06 19:29:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2008-08-06 19:29:14 (GMT) |
commit | 10faf6a0a3a4909bf7e6e8158d42d1ffe2345f89 (patch) | |
tree | 7b4e30de19c3b64436b04b52f562ebf004730781 /Lib/test/test_crypt.py | |
parent | 11e18b0c2e0996632904a7dc7c953b2d6ae61b3a (diff) | |
download | cpython-10faf6a0a3a4909bf7e6e8158d42d1ffe2345f89.zip cpython-10faf6a0a3a4909bf7e6e8158d42d1ffe2345f89.tar.gz cpython-10faf6a0a3a4909bf7e6e8158d42d1ffe2345f89.tar.bz2 |
Merged revisions 65544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r65544 | guido.van.rossum | 2008-08-04 20:39:21 -0700 (Mon, 04 Aug 2008) | 28 lines
Tracker issue 3487: sre "bytecode" verifier.
This is a verifier for the binary code used by the _sre module (this
is often called bytecode, though to distinguish it from Python bytecode
I put it in quotes).
I wrote this for Google App Engine, and am making the patch available as
open source under the Apache 2 license. Below are the copyright
statement and license, for completeness.
# Copyright 2008 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
It's not necessary to include these copyrights and bytecode in the
source file. Google has signed a contributor's agreement with the PSF
already.
........
Diffstat (limited to 'Lib/test/test_crypt.py')
0 files changed, 0 insertions, 0 deletions