On Tue, 2008-12-02 at 09:38 +1100, Ken Faulkner wrote:
> Hi
>
> Yeah, I was thinking about something at commit time for a VCS...
> catch is, soo many VCS's out there.
> And I wasn't thinking of the default action throwing compile errors,
> but would only do that if a particular flag was given.
>
Hi
Yeah, I was thinking about something at commit time for a VCS... catch is,
soo many VCS's out there.
And I wasn't thinking of the default action throwing compile errors, but
would only do that if a particular flag was given.
Still, just an idea.
I'm just finding more and more public modules/
On Sun, 2008-11-30 at 16:27 -0800, [EMAIL PROTECTED] wrote:
> I've been thinking about implementing (although no idea yet *HOW*) the
> following features/extension for the python compile stage and would be
> interested in any thoughts/comments/flames etc.
>
> Basically I'm interested adding a che
Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> writes:
> On Sun, 30 Nov 2008 16:27:07 -0800, [EMAIL PROTECTED] wrote:
>
>> Basically I'm interested adding a check to see if:
>> 1) pydoc's are written for every function/method.
>
> Pylint warns for missing docstrings.
>
>> 2) There are entries fo
On Sun, 30 Nov 2008 16:27:07 -0800, [EMAIL PROTECTED] wrote:
> Basically I'm interested adding a check to see if:
> 1) pydoc's are written for every function/method.
Pylint warns for missing docstrings.
> 2) There are entries for each parameter, defined by some
predetermined syntax.
On Dec 1, 7:27 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> I've been thinking about implementing (although no idea yet *HOW*) the
> following features/extension for the python compile stage and would be
> interested in any thoughts/comments/flames etc.
>
> Basically I'm interested adding a
I support any idea that supports python. You have my vote friend!
--
http://mail.python.org/mailman/listinfo/python-list
Hey!
If you are interested, I have written a small tool for declaring
variables and attributes. It's not very sophisticated, because I have
written it solely for own use. It might be useful though. You can
download it from you: http://code.google.com/p/pyver/downloads/list
For a small example, it
I've been thinking about implementing (although no idea yet *HOW*) the
following features/extension for the python compile stage and would be
interested in any thoughts/comments/flames etc.
Basically I'm interested adding a check to see if:
1) pydoc's are written for every function/method.
2)