Skip to content

Commit

Permalink
## Version 3.2.34
Browse files Browse the repository at this point in the history
* cup.services.generator
  * [new] replace CGeneratorMan with new class Py3Generator
  * [compatibility] cup.servcies.generator, unicode<>str in py3/py2
  * [enhancement]
* cup.timeplus
  * [new] add timestamp2datetime for converting timestamp to datetime object
* cup.cache
  * [new] add mapupdate function for KVMemCache
  * [bug] fix bug for KVMemCache.expire
* cup.mail
  * [enhancement] add Smtp with ssl support
* cup.storage.obj s3 object apis
  * [new] Add ssl verify support with local public crt file
  * [enhancement] Change open mode from unspecified to binary mode. r -> rb; w+ -> wb
  • Loading branch information
guannanma committed Dec 13, 2024
1 parent 730bf86 commit 937935f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 127 deletions.
11 changes: 11 additions & 0 deletions cup_test/cup_mail_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*
# Copyright: See LICENSE for details.
# Authors: Guannan Ma (@mythmgn),
"""
:description:
"""


# vi:set tw=0 ts=4 sw=4 nowrap fdm=indent
127 changes: 0 additions & 127 deletions docs/gitbook_src/en/ChangeLog.md

This file was deleted.

0 comments on commit 937935f

Please sign in to comment.