[issue7791] Python 2.6 standard library "sees also" something not in the standard library

2010-01-27 Thread Ezio Melotti

Ezio Melotti  added the comment:

I removed it in r77814.

--
assignee: georg.brandl -> ezio.melotti
nosy: +ezio.melotti
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

___
Python tracker 

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



[issue7791] Python 2.6 standard library "sees also" something not in the standard library

2010-01-26 Thread Brian Curtin

Brian Curtin  added the comment:

unittest also does this, but it does so at the top and references projects as a 
whole, rather than individual functions/classes in the project.

Seems like this should be taken out. It doesn't exist in any version after 2.6.

--
nosy: +brian.curtin
priority:  -> low
stage:  -> needs patch
type:  -> behavior

___
Python tracker 

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



[issue7791] Python 2.6 standard library "sees also" something not in the standard library

2010-01-26 Thread dholth

dholth  added the comment:

Also ipaddr.BaseIP.packed is a property, not a method, so no ()

--

___
Python tracker 

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



[issue7791] Python 2.6 standard library "sees also" something not in the standard library

2010-01-26 Thread dholth

New submission from dholth :

I thought it was really odd that the standard library documentation references 
ipaddr, a module from pypi, not something else in the standard library.

The documentation should explain that the referenced package is not a standard 
part of Python.

http://docs.python.org/library/socket.html#socket.inet_pton

See also

ipaddr.BaseIP.packed()
Platform-independent conversion to a packed, binary format.

--
assignee: georg.brandl
components: Documentation
messages: 98384
nosy: dholth, georg.brandl
severity: normal
status: open
title: Python 2.6 standard library "sees also" something not in the standard 
library
versions: Python 2.6

___
Python tracker 

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