2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 09:02:15 +00:00

Merge with the offending files removed.

[SVN r39995]
This commit is contained in:
Daniel James
2007-10-13 23:18:35 +00:00
parent 8c70f0540a
commit daf6d97640
13 changed files with 182 additions and 139 deletions

View File

@@ -17,8 +17,8 @@
>>> y_equality(y, y)
1
>>> print y_identity.__doc__.splitlines()[0]
y_identity( (Y)arg1) -> object :
>>> print y_identity.__doc__.splitlines()[1]
y_identity( (Y)arg1) -> object :
'''
def run(args = None):