Mercurial > hg
comparison .hgignore @ 28818:6041fb8f2da8
pycompat: add empty and queue to handle py3 divergence
While the pycompat module will actually handle divergence, please
access these properties from the util module:
util.queue = Queue.Queue / queue.Queue
util.empty = Queue.Empty / queue.Empty
author | timeless <timeless@mozdev.org> |
---|---|
date | Wed, 06 Apr 2016 20:00:49 +0000 |
parents | 17b85d739b62 |
children | e63dfbbdbd07 |
comparison
equal
deleted
inserted
replaced
28817:e1d26630443d | 28818:6041fb8f2da8 |
---|