@@ -915,31 +915,31 @@ msgstr ""
915
915
916
916
#: ../../library/pickle.rst:803
917
917
msgid "Pickle interface constructor registration for extension types."
918
- msgstr ""
918
+ msgstr "Registro de construtor de interface Pickle para tipos de extensão. "
919
919
920
920
#: ../../library/pickle.rst:806
921
921
msgid "Module :mod:`shelve`"
922
- msgstr ""
922
+ msgstr "Módulo :mod:`shelve` "
923
923
924
924
#: ../../library/pickle.rst:806
925
925
msgid "Indexed databases of objects; uses :mod:`pickle`."
926
- msgstr ""
926
+ msgstr "Banco de dados indexado de objetos; usa :mod:`pickle`. "
927
927
928
928
#: ../../library/pickle.rst:809
929
929
msgid "Module :mod:`copy`"
930
- msgstr ""
930
+ msgstr "Módulo :mod:`copy` "
931
931
932
932
#: ../../library/pickle.rst:809
933
933
msgid "Shallow and deep object copying."
934
- msgstr ""
934
+ msgstr "Cópia rasa e cópia profunda de objeto. "
935
935
936
936
#: ../../library/pickle.rst:811
937
937
msgid "Module :mod:`marshal`"
938
- msgstr ""
938
+ msgstr "Módulo :mod:`marshal` "
939
939
940
940
#: ../../library/pickle.rst:812
941
941
msgid "High-performance serialization of built-in types."
942
- msgstr ""
942
+ msgstr "Serialização de alto desempenho de tipos embutidos. "
943
943
944
944
#: ../../library/pickle.rst:816
945
945
msgid ":mod:`cPickle` --- A faster :mod:`pickle`"
@@ -985,7 +985,7 @@ msgstr "Notas de Rodapé"
985
985
986
986
#: ../../library/pickle.rst:849
987
987
msgid "Don't confuse this with the :mod:`marshal` module"
988
- msgstr ""
988
+ msgstr "Não confunda isso com o módulo :mod:`marshal` "
989
989
990
990
#: ../../library/pickle.rst:851
991
991
msgid ""
@@ -1012,6 +1012,8 @@ msgid ""
1012
1012
"The exception raised will likely be an :exc:`ImportError` or an :exc:"
1013
1013
"`AttributeError` but it could be something else."
1014
1014
msgstr ""
1015
+ "A exceção levantada provavelmente será uma :exc:`ImportError` ou uma :exc:"
1016
+ "`AttributeError`, mas poderia ser outra coisa."
1015
1017
1016
1018
#: ../../library/pickle.rst:868
1017
1019
msgid "These methods can also be used to implement copying class instances."
0 commit comments