Added section on changes to socket listener implementation.
This commit is contained in:
parent
4bd4617bfd
commit
ef22edf57e
10
pep-0391.txt
10
pep-0391.txt
|
@ -611,6 +611,16 @@ usable in the subsequent ``configure() call``. The ``dictConfigClass``
|
|||
would be bound to the subclass, and then ``dictConfig()`` could be
|
||||
called exactly as in the default, uncustomized state.
|
||||
|
||||
Change to Socket Listener Implementation
|
||||
========================================
|
||||
|
||||
The existing socket listener implementation will be modified as
|
||||
follows: when a configuration message is received, an attempt will be
|
||||
made to deserialize to a dictionary using the json module. If this
|
||||
step fails, the message will be assumed to be in the fileConfig format
|
||||
and processed as before. If serialization is successful, then
|
||||
``dictConfig()`` will be called to process the resulting dictionary.
|
||||
|
||||
|
||||
Configuration Errors
|
||||
====================
|
||||
|
|
Loading…
Reference in New Issue