On Sat, Jan 03, 2015 at 12:17:12AM +0100, Joachim Durchholz wrote: > >No errors here. > > Okay, so your vote
No. It's not my vote, it's PEP 8. > >> klaatu = self.barada_nikto(x, y, z, > >> a, b, c) > >> klaatu = self.barada_nikto(x, y, z, > >> a, b, c) > >> klaatu = self.barada_nikto( > >> x, y, z, a, b, c) > > > >FYI: The only error here is the second example. > > It's a bit unfortunate that these indents happened to be multiples > of four, so they're all non-erroneous no matter what... Not all. > So, what's your stance on the following: Just run pep8, please. Or read PEP 8. In short, no - these indents sometimes may be indented to other than 4 spaces. > Does this mean that you think it should be flagged, or not? It's just out of discussion for my pr. Clearly, that we have to decide first - should we use pep8 testing at all, instead of the current code quality tests. If we decide on this positively - next we could enable specific error codes one by one. > >>4c) Installing dependencies through pip is not a hassle if SymPy itself > >>is installable through pip. Right now, SymPy is not prepared for that. > > > >What's wrong with this? > > > >$ pip install sympy > > It's undocumented, i.e. it might not work anymore with the next > SymPy version. I assure you, next release will be available on PyPI as well. And you can read installation instructions right there (see "Get Packages"): https://pypi.python.org/pypi -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/20150103000950.GC30951%40darkstar.order.hcn-strela.ru. For more options, visit https://groups.google.com/d/optout.
