Projet

Général

Profil

Anomalie #413

Instance : warning sur fonctionseole.register_ead en python 2.6

Ajouté par Emmanuel GARETTE il y a environ 14 ans. Mis à jour il y a presque 14 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
-
Catégorie:
-
Début:
15/04/2010
Echéance:
% réalisé:

100%

Distribution:

Description

A l'instance il y a des warnings lorsque la fonction "fonctionseole.register_ead" est appelé :

/usr/lib/python2.6/dist-packages/formless/annotate.py:730: DeprecationWarning: object.__new__() takes no parameters
rv = cls = InterfaceClass.__new__(cls, name, bases, dct)
/usr/lib/python2.6/dist-packages/nevow/testutil.py:7: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
from popen2 import Popen3
/usr/lib/python2.6/dist-packages/nevow/guard.py:15: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
/usr/lib/pymodules/python2.6/pyeole/dict4ini/p3.py:17: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha

Révisions associées

Révision d917428a (diff)
Ajouté par exarkun il y a environ 18 ans

Merge reliable-message-delivery-344

Author: exarkun
Reviewer: moe
Fixes #344, #413, #513, #514, #700, #705, #738; Refs #735

  • Nit's command line is extended to accept a port number on which to run its
    webserver.
  • The transport layer of Athena is replaced with a message-queue based
    mechanism. This supports gap and duplicate message detection, allowing the
    server to leave the page "connected" for a short while even if a client
    abruptly closes its connection(s). This should provide greater stability in
    the face of poor network conditions and various kinds of proxy misbehavior.
  • All messages sent from the server while synchronously handling a message
    from the client are bundled up and sent in a single response, rather than
    putting each message into its own response. Likewise, messages sent from the
    client while synchronously handling a message from the server or synchronously
    handling a DOM event using <athena:handler> will also be bundled up in one
    request.
  • Only one transport resource instance is created per LivePage, instead of
    one per request.
  • The guaranteed namespace-aware getAttribute helper has been moved into the
    runtime support code.
  • Several problems with error reporting on IE in the test suite have been
    fixed.
  • A lingering usage of MochiKit Deferreds has been removed.
  • Escape is now captured and handled with an explicit close message.
  • If a page is unloaded because the user navigated to another page, the
    disconnect dialog is no longer displayed.
  • The client-side debug log displays slightly more nicely.
  • Radical once again avoids using active channels and constructs cacheable
    URLs for javascript modules.

Historique

#1 Mis à jour par Joël Cuissinat il y a presque 14 ans

  • Projet changé de ead à python-pyeole

#2 Mis à jour par Joël Cuissinat il y a presque 14 ans

  • Statut changé de Nouveau à Résolu
  • % réalisé changé de 0 à 100

#3 Mis à jour par Joël Cuissinat il y a presque 14 ans

  • Statut changé de Résolu à Fermé

Formats disponibles : Atom PDF