[Python-checkins] python/dist/src/Misc ACKS,1.215,1.216 NEWS,1.530,1.531

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 21 Nov 2002 13:45:34 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv11193/Misc

Modified Files:
	ACKS NEWS 
Log Message:
Patch #633547: Support plural forms. Do TODOs in test suite.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.215
retrieving revision 1.216
diff -C2 -d -r1.215 -r1.216
*** ACKS	8 Nov 2002 13:09:39 -0000	1.215
--- ACKS	21 Nov 2002 21:45:32 -0000	1.216
***************
*** 252,255 ****
--- 252,256 ----
  Greg Humphreys
  Jeremy Hylton
+ Juan David Ibáñez Palomar
  Tony Ingraldi
  John Interrante

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.530
retrieving revision 1.531
diff -C2 -d -r1.530 -r1.531
*** NEWS	19 Nov 2002 21:20:25 -0000	1.530
--- NEWS	21 Nov 2002 21:45:32 -0000	1.531
***************
*** 578,582 ****
  - gettext.translation has an optional fallback argument, and
    gettext.find an optional all argument. Translations will now fallback
!   on a per-message basis.
  
  - distutils bdist commands now offer a --skip-build option.
--- 578,583 ----
  - gettext.translation has an optional fallback argument, and
    gettext.find an optional all argument. Translations will now fallback
!   on a per-message basis. The module supports plural forms, by means
!   of gettext.[d]ngettext and Translation.[u]ngettext.
  
  - distutils bdist commands now offer a --skip-build option.