[issue13405] Add DTrace probes

2013-10-18 Thread Martin Marcher

Changes by Martin Marcher mar...@marcher.name:


--
nosy:  -serverhorror

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



[issue12360] Doc Typo

2011-06-18 Thread Martin Marcher

New submission from Martin Marcher mar...@marcher.name:

Slight typo in the docs.

I don't quite know how to work with mercurial. Hope it'll just work to merge 
the bitbucket link.

Typo is here: 
http://docs.python.org/py3k/library/asyncore.html#asyncore.dispatcher.handle_accepted
 (but also present in tip)

The parameter is named *sock*, but the docs talk about *conn*.

regards
Martin


hg diff -r 9569d8c4c781
diff -r 9569d8c4c781 Doc/library/asyncore.rst
--- a/Doc/library/asyncore.rst  Sat Jun 18 13:02:42 2011 -0400
+++ b/Doc/library/asyncore.rst  Sat Jun 18 22:08:42 2011 +0200
@@ -157,7 +157,7 @@
 
   Called on listening channels (passive openers) when a connection has been
   established with a new remote endpoint that has issued a :meth:`connect`
-  call for the local endpoint.  *conn* is a *new* socket object usable to
+  call for the local endpoint.  *sock* is a *new* socket object usable to
   send and receive data on the connection, and *address* is the address
   bound to the socket on the other end of the connection.

--
assignee: docs@python
components: Documentation
hgrepos: 30
messages: 138594
nosy: docs@python, martin.marcher
priority: normal
severity: normal
status: open
title: Doc Typo
versions: Python 3.2

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



[issue12360] Doc Typo

2011-06-18 Thread Martin Marcher

Martin Marcher mar...@marcher.name added the comment:

Fix repo link :(

--
hgrepos: +31

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



[issue12360] Doc Typo

2011-06-18 Thread Martin Marcher

Changes by Martin Marcher mar...@marcher.name:


--
keywords: +patch
Added file: http://bugs.python.org/file22405/2d9bc44963f6.diff

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



[issue4111] Add Systemtap/DTrace probes

2011-06-18 Thread Martin Marcher

Changes by Martin Marcher mar...@marcher.name:


--
nosy: +serverhorror

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



[issue5672] Implement a way to change the python process name

2010-06-24 Thread Martin Marcher

Martin Marcher mar...@marcher.name added the comment:

Hi,

just scanned the messages. As I read it wontfix actually means:

Ats some point in the future when the setproctitle project 
(http://code.google.com/p/py-setproctitle/source/list) has matured it will be 
reconsidered, correct?

Yes sorry for reopening this after quite some time (~6 months), just happened 
to pop up in my inbox due to the latest nosy list changes...

--

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



[issue5672] Implement a way to change the python process name

2009-10-09 Thread Martin Marcher

Changes by Martin Marcher mar...@marcher.name:


--
nosy: +martin.marcher

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



[issue4094] Future statements Doc from 2.6 refers to 2.5

2008-10-09 Thread Martin Marcher

New submission from Martin Marcher [EMAIL PROTECTED]:

http://docs.python.org/reference/simple_stmts.html#future-statements

says this:


The features recognized by Python 2.5 are absolute_import, division,
generators, nested_scopes and with_statement. generators and
nested_scopes are redundant in Python version 2.3 and above because they
are always enabled.


shouldn't it mention the features recognized by Python 2.6?

--
assignee: georg.brandl
components: Documentation
messages: 74601
nosy: georg.brandl, martin.marcher
severity: normal
status: open
title: Future statements Doc from 2.6 refers to 2.5
versions: Python 2.6

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue4094
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com