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

help(sympy) throws exception #3364

Closed
b33j0r opened this issue Jul 27, 2007 · 1 comment
Closed

help(sympy) throws exception #3364

b33j0r opened this issue Jul 27, 2007 · 1 comment

Comments

@b33j0r
Copy link

b33j0r commented Jul 27, 2007

>>> import sympy

> > > help(sympy)
> > > Traceback (most recent call last):
> > >   File "<stdin>", line 1, in <module>
> > >   File "C:\Python25\lib\site.py", line 346, in **call**
> > >     return pydoc.help(_args, *_kwds)
> > >   File "C:\Python25\lib\pydoc.py", line 1645, in **call**
> > >     self.help(request)
> > >   File "C:\Python25\lib\pydoc.py", line 1689, in help
> > >     else: doc(request, 'Help on %s:')
> > >   File "C:\Python25\lib\pydoc.py", line 1481, in doc
> > >     pager(title % desc + '\n\n' + text.document(object, name))
> > >   File "C:\Python25\lib\pydoc.py", line 324, in document
> > >     if inspect.ismodule(object): return self.docmodule(*args)
> > >   File "C:\Python25\lib\pydoc.py", line 1084, in docmodule
> > >     contents.append(self.docother(value, key, name, maxlen=70))
> > >   File "C:\Python25\lib\pydoc.py", line 1283, in docother
> > >     repr = self.repr(object)
> > >   File "C:\Python25\lib\repr.py", line 24, in repr
> > >     return self.repr1(x, self.maxlevel)
> > >   File "C:\Python25\lib\pydoc.py", line 951, in repr1
> > >     return cram(stripid(repr(x)), self.maxother)
> > >   File "D:\sympy-trunk\sympy\modules\specfun\zeta_functions.py", line 156,
> > > in __
> > > repr__
> > >     return "harmonic(%r, %r)" % self._args
> > > TypeError: not enough arguments for format string

Original issue for #3364: http://code.google.com/p/sympy/issues/detail?id=265

Original author: https://code.google.com/u/115549613129666820104/

@thegedge
Copy link

thegedge commented Aug 7, 2007

This no longer happens.

**Status:** Fixed  

Original comment: http://code.google.com/p/sympy/issues/detail?id=265#c1

Original author: https://code.google.com/u/inferno1386/

This issue was closed.
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

3 participants
@thegedge @b33j0r and others