Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix doctest error for lazy_attribute and abstract_method #6644

Closed
jhpalmieri opened this issue Jul 27, 2009 · 4 comments
Closed

fix doctest error for lazy_attribute and abstract_method #6644

jhpalmieri opened this issue Jul 27, 2009 · 4 comments

Comments

@jhpalmieri
Copy link
Member

As reported on sage-devel, there are doctest failures for the files lazy_attribute.py and abstract_method.py. These are caused by ticket #6505, it seems: the patch there changed banner.py, and those changes caused the failures. Here's a patch.

(In the old version of banner.py, the function banner started on line 72, and now it starts on line 79. Hence this patch.)

Component: misc

Author: John Palmieri

Reviewer: Minh Van Nguyen

Merged: Sage 4.1.1.rc0

Issue created by migration from https://trac.sagemath.org/ticket/6644

@jhpalmieri
Copy link
Member Author

Attachment: trac_6644-72-to-79.patch.gz

@jhpalmieri

This comment has been minimized.

@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Jul 29, 2009

Merged: Sage 4.1.1.rc0

@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Jul 29, 2009

Reviewer: Minh Van Nguyen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant