[issue1925] TypeError in deepcopy

2008-01-24 Thread Egon Frerich

New submission from Egon Frerich:

Traceback (most recent call last):
  File "/home/egon/Entwicklung/notes/gui/uicommand.py", line 645, in
doCommand
self.controller.copyItemID()
  File "/home/egon/Entwicklung/notes/gui/navicontroller.py", line 306,
in copyItemID
id_copy = self.Sammlung.kopiereEintrag(id)
  File "/home/egon/Entwicklung/notes/domain/note.py", line 185, in
kopiereEintrag
EintragKopie = copy.deepcopy(Eintrag)
  File "/usr/lib/python2.5/copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib/python2.5/copy.py", line 337, in _reconstruct
state = deepcopy(state, memo)
  File "/usr/lib/python2.5/copy.py", line 162, in deepcopy
y = copier(x, memo)
  File "/usr/lib/python2.5/copy.py", line 254, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib/python2.5/copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib/python2.5/copy.py", line 337, in _reconstruct
state = deepcopy(state, memo)
  File "/usr/lib/python2.5/copy.py", line 162, in deepcopy
y = copier(x, memo)
  File "/usr/lib/python2.5/copy.py", line 254, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib/python2.5/copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib/python2.5/copy.py", line 322, in _reconstruct
y = callable(*args)
  File "/usr/lib/python2.5/copy_reg.py", line 92, in __newobj__
return cls.__new__(cls, *args)
TypeError: object.__new__(PySwigObject) is not safe, use
PySwigObject.__new__()

--
components: Library (Lib)
messages: 61641
nosy: efrerich
severity: normal
status: open
title: TypeError in deepcopy
type: crash
versions: Python 2.5

__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1925>
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6593] Documentation: gettext install link

2009-07-28 Thread Egon Frerich

New submission from Egon Frerich :

The description of gettext.install in 23.1.2 (Class-based API) contains
two links to install() which should go to this function in "The
NullTranslations class" 23.1.2.1 but they don't.

--
assignee: georg.brandl
components: Documentation
messages: 91010
nosy: efrerich, georg.brandl
severity: normal
status: open
title: Documentation: gettext install link

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



[issue7302] Wrong link to Python Language Mapping Specification

2009-11-10 Thread Egon Frerich

New submission from Egon Frerich :

There is a wrong link in
 
http://docs.python.org/library/xml.dom.html#domimplementation-objects

Python Language Mapping Specification
is linked to
http://www.omg.org/docs/formal/02-11-05.pdf

but I assume it should be

http://www.omg.org/spec/PYTH/1.2/PDF

--
assignee: georg.brandl
components: Documentation
messages: 95126
nosy: efrerich, georg.brandl
severity: normal
status: open
title: Wrong link to Python Language Mapping Specification

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



[issue5919] pygettext documentation

2009-05-04 Thread Egon Frerich

New submission from Egon Frerich :

In 
23.1.3. Internationalizing your programs and modules
is shown how to get help-instructions for pygettext:
pygettext.py --help

As pygettext is a script the line should be:

pygettext --help

--
messages: 87110
nosy: efrerich
severity: normal
status: open
title: pygettext documentation

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