[issue4744] asynchat documentation needs to be more precise

2015-11-23 Thread R. David Murray

R. David Murray added the comment:

OK, let's close it then.  If someone finds something wrong they can open a new 
issue.

--
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2015-11-23 Thread Stéphane Wirtel

Stéphane Wirtel added the comment:

Hi Martin,

About the patch of Nikita, I am going to rewrite it asap.

Will you have time to check it ?

Thanks
-- 
Stéphane Wirtel - http://wirtel.be - @matrixise

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2015-11-23 Thread Mark Lawrence

Mark Lawrence added the comment:

Does it make sense to spend time updating the asychat docs when 
https://docs.python.org/3/library/asynchat.html states "Note. This module 
exists for backwards compatibility only. For new code we recommend using 
asyncio."?

--
nosy: +BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2015-11-23 Thread Stéphane Wirtel

Stéphane Wirtel added the comment:

Ok, in this case, I will provide the patch 

On 11/23, R. David Murray wrote:
> 
> R. David Murray added the comment:
> 
> Yes.  The docs should be accurate, even if the module is deprecated.
> 
> --
> 
> ___
> Python tracker 
> 
> ___
> ___
> Python-bugs-list mailing list
> Unsubscribe: 
> https://mail.python.org/mailman/options/python-bugs-list/stephane%40wirtel.be
>

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2015-11-23 Thread Stéphane Wirtel

Stéphane Wirtel added the comment:

For my part, you can close this issue. I have read the asynchat.rst and
asynchat.py files and think the rest of the documentation is clear.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2015-11-23 Thread R. David Murray

R. David Murray added the comment:

Yes.  The docs should be accurate, even if the module is deprecated.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2015-11-23 Thread Stéphane Wirtel

Stéphane Wirtel added the comment:

Martin, About the patch of Nikita, this one has already been applied. I have
checked the source.

David, maybe we should close this issue. And open a new one if we find
an other issue in the documentation.

What do you suggest? Should I continue on this issue?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2015-11-23 Thread R. David Murray

R. David Murray added the comment:

If you've read through the asynchat docs and don't think any of the other 
mentions of string are incorrect or ambiguous, then we should close it.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2015-11-22 Thread Stéphane Wirtel

Stéphane Wirtel added the comment:

Ping, what's the status of this issue ? maybe we can close it and open an new 
one with a new description.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2015-11-22 Thread Martin Panter

Martin Panter added the comment:

I think it would be okay to keep this issue open to address the other mentions 
of “strings”.

Nitika’s patch is missing the special --- and @@ indicator lines at the top, 
which is probably why it was rejected. Usually you make a patch by using a 
“diff” command (standalone, with Mercurial, etc).

--
nosy: +martin.panter

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-04-19 Thread R. David Murray

R. David Murray added the comment:

The change covered by the patch (which patch rejected as garbage, by the way, I 
have no idea why) has already been applied by Serhiy Storchaka, apparently as a 
blanked change of 'empty string' to 'empty bytes object'.

There are several other places in the asynchat doc page that mention string.  I 
suspect that none of them is correct, but I haven't read through the page to be 
sure.

--
nosy: +r.david.murray

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-04-19 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
Removed message: http://bugs.python.org/msg216880

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-04-19 Thread R. David Murray

R. David Murray added the comment:

The change covered by the patch (which patch rejected as garbage, by the way, I 
have no idea why) has already been applied by Serhiy Storchaka, apparently as a 
blanket change of 'empty string' to 'empty bytes object'.

There are several other places in the asynchat doc page that mention string.  I 
suspect that none of them is correct, but I haven't read through the page to be 
sure.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-04-17 Thread Nitika Agarwal

Nitika Agarwal added the comment:

But then I have submitted another patch issue4744_3 with the corrections.Please 
review my patch issue4744_3.patch

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-04-16 Thread Nitika Agarwal

Nitika Agarwal added the comment:

@Stéphane Wirtel (matrixise)
I am really sorry but i just couldn't find where have i done a typo and have 
written 'asychat' insstead of asynchat.Will you please help me out in pointing 
out my error.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-04-16 Thread Stéphane Wirtel

Stéphane Wirtel added the comment:

In your issue4744_2.patch, the anchor contains 'asychat' and not 'asynchat'.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-04-14 Thread Stéphane Wirtel

Stéphane Wirtel added the comment:

Could you review your patch, there is a mistake in the name of the project, 
it's asynchat and not asychat. The content seems to be right, not the reference 
and the title.

Thank you so much for your help.

--
nosy: +matrixise
versions: +Python 3.5 -Python 2.7, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-04-05 Thread Nitika Agarwal

Nitika Agarwal added the comment:

Hi,
I hvae attached the patch for review.I am waiting for reviewal.Please review 
the attached patch as soon as possible.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-03-19 Thread Nitika Agarwal

Nitika Agarwal added the comment:

Attached patch with some corrections

--
Added file: http://bugs.python.org/file34526/issue4744_3.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-03-16 Thread Nitika Agarwal

Nitika Agarwal added the comment:

Hi,
Please review my patch attached.Any comments and feedback are welcome.

--
keywords: +patch
Added file: http://bugs.python.org/file34442/issue4744_2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-03-15 Thread Nitika Agarwal

Nitika Agarwal added the comment:

Hi,
I would like to propose a patch for this issue.

--
nosy: +nitika

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-03-12 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2014-02-03 Thread Mark Lawrence

Changes by Mark Lawrence breamore...@yahoo.co.uk:


--
nosy:  -BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2010-07-31 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

Is there anyone with knowledge of asynchat who could provide a patch for this?

--
assignee: georg.brandl - d...@python
nosy: +BreamoreBoy, d...@python
stage:  - needs patch
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2008-12-26 Thread Giampaolo Rodola'

Changes by Giampaolo Rodola' billiej...@users.sourceforge.net:


--
nosy: +giampaolo.rodola, josiah.carlson

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4744] asynchat documentation needs to be more precise

2008-12-24 Thread David M. Beazley

New submission from David M. Beazley beaz...@users.sourceforge.net:

The documentation for asynchat needs to be more precise in its use of 
strings vs. bytes.   Unless the undocumented use_encoding attribute is 
set, it seems that all data should be bytes throughout (e.g., the 
terminator, inputs to push methods, etc.).  

I have no idea if the use_encoding attribute is officially blessed or 
not.  However, to avoid magic behavior, I'm guessing that it would be 
better practice to be explicit in one's use of bytes vs. text rather 
than having take place in the internals of asynchat.   Advice welcome.

--
assignee: georg.brandl
components: Documentation
messages: 78277
nosy: beazley, georg.brandl
severity: normal
status: open
title: asynchat documentation needs to be more precise
versions: Python 3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4744
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com