Project

General

Profile

Anomalie #3449

Prise en compte de l'option "hide_vars" par le client creole_serv

Added by Joël Cuissinat about 11 years ago. Updated almost 11 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Start date:
05/10/2012
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:
Distribution:
EOLE 2.3

Description

>>> from creole.parsedico import parse_dico
>>> from os import system
>>> a=system('/etc/init.d/creole_serv stop >/dev/null')
>>> parse_dico(True) == parse_dico(False)
False
>>> a=system('/etc/init.d/creole_serv start >/dev/null')
>>> parse_dico(True) == parse_dico(False)
True

Associated revisions

Revision 719a89af (diff)
Added by Joël Cuissinat about 11 years ago

  • creole/parsedico.py : envoi de l'option "hide_vars" lors de l'utilisation de creole_serv
    Fixes #3449 @15m

History

#1 Updated by Joël Cuissinat about 11 years ago

Par contre, l'intérêt de cette fonctionnalité reste très discutable tant que l'on a pas la distinction entre hidden et disabled dans Créole !

#2 Updated by Joël Cuissinat about 11 years ago

  • Status changed from Accepté to Résolu
  • % Done changed from 0 to 100

#3 Updated by Bruno Boiget almost 11 years ago

  • Status changed from Résolu to Fermé

testé avec service creole_serv lancé sur 2.3.5 RC

from creole.parsedico import parse_dico
parse_dico(True) == parse_dico(False)

False

Also available in: Atom PDF